fix button width for unkdevdialog

This commit is contained in:
Matthew Hodgson 2017-02-03 01:57:54 +00:00
parent 5368c87dc1
commit 654a025a9f

View File

@ -54,7 +54,7 @@ limitations under the License.
margin-right: 8px; margin-right: 8px;
padding-left: 0.5em; padding-left: 0.5em;
padding-right: 0.5em; padding-right: 0.5em;
width: 70px; width: 85px;
outline: none; outline: none;
cursor: pointer; cursor: pointer;
color: $accent-color; color: $accent-color;