Commit df47b6b0 authored by Phil Hughes's avatar Phil Hughes

add border around editor mode dropdown container

parent a677fbaf
......@@ -147,7 +147,9 @@
.dropdown {
display: flex;
margin-left: auto;
margin-bottom: 1px;
padding: 0 $grid-size;
border-left: 1px solid $white-dark;
background-color: $white-light;
&.shadow {
......
......@@ -8,7 +8,8 @@
props: {
hasChanges: {
type: Boolean,
required: true,
required: false,
default: false,
},
viewer: {
type: String,
......
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