Commit 0321352b authored by Luke Bennett's avatar Luke Bennett

Consistent padding but correct label-actions-list positioning and label-links margin

parent 6cd2af53
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
margin-bottom: 5px; margin-bottom: 5px;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
padding: $gl-padding $gl-padding 9px; padding: $gl-padding;
border-radius: $border-radius-default; border-radius: $border-radius-default;
border: 1px solid $theme-gray-100; border: 1px solid $theme-gray-100;
...@@ -253,7 +253,6 @@ ...@@ -253,7 +253,6 @@
text-align: right; text-align: right;
padding: 0; padding: 0;
position: relative; position: relative;
top: -3px;
margin: 0; margin: 0;
} }
...@@ -275,6 +274,7 @@ ...@@ -275,6 +274,7 @@
.label-links { .label-links {
list-style: none; list-style: none;
margin: 0;
padding: 0; padding: 0;
white-space: nowrap; white-space: nowrap;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment