diff options
author | Camil Staps | 2022-10-18 16:14:10 +0200 |
---|---|---|
committer | Camil Staps | 2022-10-18 16:14:10 +0200 |
commit | d37dafb697306d81796787a99ba91578f67d27ff (patch) | |
tree | 48fc01690a8184f916f1c61c8ce0faecd9be9a6c /resources/sass | |
parent | Remove docker presentation for LUGN (diff) |
Change formatting of presentations to make dates easier to read
Diffstat (limited to 'resources/sass')
-rw-r--r-- | resources/sass/style.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/resources/sass/style.scss b/resources/sass/style.scss index 5a814d7..077f89b 100644 --- a/resources/sass/style.scss +++ b/resources/sass/style.scss @@ -76,6 +76,7 @@ table { &.main_table { > tbody > tr > td:first-child { min-width: 120px; + white-space: nowrap; } &.publications > tbody > tr > td:first-child { @@ -96,6 +97,16 @@ table { } } } + + &.presentations > tbody > tr { + & > td:first-child { + min-width: unset; + } + + & > td:nth-child(2) { + white-space: nowrap; + } + } } tr { |