summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_modal.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/components/_modal.scss')
-rw-r--r--webapp/sass/components/_modal.scss8
1 files changed, 6 insertions, 2 deletions
diff --git a/webapp/sass/components/_modal.scss b/webapp/sass/components/_modal.scss
index a12856c63..837db2f44 100644
--- a/webapp/sass/components/_modal.scss
+++ b/webapp/sass/components/_modal.scss
@@ -485,8 +485,6 @@
.status-wrapper {
- display: inline-block;
- margin-right: 3px;
position: relative;
&:after {
@@ -517,6 +515,12 @@
.more-modal__row {
padding: 5px 10px;
+
+ .status-wrapper {
+ &:after {
+ bottom: 0;
+ }
+ }
}
.more-modal__name {