diff options
author | crupest <crupest@outlook.com> | 2019-02-20 00:12:18 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-02-20 00:12:18 +0800 |
commit | 5afa4248c5ec67d361a8f75e0ec0f1d12778e266 (patch) | |
tree | 6fe1939721b1f20381225feac75f778f6822a865 /Timeline/ClientApp/src/styles.css | |
parent | 1f0a978ad2b8e5bcd57eef37baca93e00fd6b20b (diff) | |
download | timeline-5afa4248c5ec67d361a8f75e0ec0f1d12778e266.tar.gz timeline-5afa4248c5ec67d361a8f75e0ec0f1d12778e266.tar.bz2 timeline-5afa4248c5ec67d361a8f75e0ec0f1d12778e266.zip |
Add sample on todo page.
Diffstat (limited to 'Timeline/ClientApp/src/styles.css')
-rw-r--r-- | Timeline/ClientApp/src/styles.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Timeline/ClientApp/src/styles.css b/Timeline/ClientApp/src/styles.css index 7a81e04c..fad44c53 100644 --- a/Timeline/ClientApp/src/styles.css +++ b/Timeline/ClientApp/src/styles.css @@ -4,3 +4,7 @@ body { margin: 0; } + +.fill-remaining-space { + flex: 1 1 auto; +} |