diff options
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 { |