Commit fc1090d9 authored by Tim Zallmann's avatar Tim Zallmann

Merge branch '33371-button-group-flex-table' into 'master'

Responsive table button layout fixes

See merge request !11949
parents 0c45f2b9 81983167
...@@ -135,7 +135,7 @@ ...@@ -135,7 +135,7 @@
border-top: 1px solid $border-color; border-top: 1px solid $border-color;
.environment-action-buttons { .environment-action-buttons {
padding: 10px; padding: 10px 5px;
display: flex; display: flex;
.btn { .btn {
...@@ -147,6 +147,7 @@ ...@@ -147,6 +147,7 @@
.btn { .btn {
flex: 1; flex: 1;
flex-basis: 28px; flex-basis: 28px;
margin: 0 5px;
} }
.dropdown-new { .dropdown-new {
......
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