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

Unify margin widths

parent 7f9d1ad3
...@@ -134,15 +134,17 @@ ...@@ -134,15 +134,17 @@
.new-file-name { .new-file-name {
max-width: none; max-width: none;
width: 100%; width: 100%;
margin-bottom: 3px;
} }
.file-buttons { .file-buttons {
display: block; display: block;
width: 100%; width: 100%;
margin-bottom: 10px;
.soft-wrap-toggle { .soft-wrap-toggle {
width: 100%; width: 100%;
margin: 7px 0; margin: 3px 0;
} }
.encoding-selector, .encoding-selector,
...@@ -150,15 +152,12 @@ ...@@ -150,15 +152,12 @@
.gitignore-selector, .gitignore-selector,
.gitlab-ci-yml-selector { .gitlab-ci-yml-selector {
display: block; display: block;
margin: 7px 0; margin: 3px 0;
button { button {
width: 100%; width: 100%;
} }
} }
} }
} }
} }
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