summaryrefslogtreecommitdiffhomepage
path: root/resources/sass
diff options
context:
space:
mode:
authorCamil Staps2022-10-18 16:14:10 +0200
committerCamil Staps2022-10-18 16:14:10 +0200
commitd37dafb697306d81796787a99ba91578f67d27ff (patch)
tree48fc01690a8184f916f1c61c8ce0faecd9be9a6c /resources/sass
parentRemove 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.scss11
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 {