summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_modal.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web/sass-files/sass/partials/_modal.scss')
-rw-r--r--web/sass-files/sass/partials/_modal.scss20
1 files changed, 16 insertions, 4 deletions
diff --git a/web/sass-files/sass/partials/_modal.scss b/web/sass-files/sass/partials/_modal.scss
index ca83c77da..12cd065da 100644
--- a/web/sass-files/sass/partials/_modal.scss
+++ b/web/sass-files/sass/partials/_modal.scss
@@ -23,17 +23,29 @@
border-radius: 50px;
margin-right: 8px;
}
+ .more-row {
+ display: flex;
+
+ .more-details {
+ flex-grow: 1;
+ flex-shrink: 1;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ }
+ .more-actions {
+ flex-grow: 0;
+ flex-shrink: 0;
+ }
+ }
.more-name {
font-weight: 600;
font-size: 0.95em;
- overflow: hidden;
- text-overflow: ellipsis;
+ white-space: nowrap;
}
.more-description {
@include opacity(0.7);
display: block;
- overflow: hidden;
- text-overflow: ellipsis;
+ white-space: nowrap;
}
tbody {
> tr {