summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/sass-files/sass/partials/_modal.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_modal.scss b/web/sass-files/sass/partials/_modal.scss
index d5db5fc46..d32306cbc 100644
--- a/web/sass-files/sass/partials/_modal.scss
+++ b/web/sass-files/sass/partials/_modal.scss
@@ -140,6 +140,11 @@
&:hover td {
background: #f7f7f7;
}
+ &:first-child {
+ td {
+ border: none;
+ }
+ }
td {
width: 100%;
white-space: nowrap;