Commit 81983167 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Add space between buttons on mobile

parent 24511c48
......@@ -135,7 +135,7 @@
border-top: 1px solid $border-color;
.environment-action-buttons {
padding: 10px;
padding: 10px 5px;
display: flex;
.btn {
......@@ -147,6 +147,7 @@
.btn {
flex: 1;
flex-basis: 28px;
margin: 0 5px;
}
.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