From d37dafb697306d81796787a99ba91578f67d27ff Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 18 Oct 2022 16:14:10 +0200 Subject: Change formatting of presentations to make dates easier to read --- resources/sass/style.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'resources/sass') 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 { -- cgit v1.2.3