Fixed the use of display:flex to display:block

parent 4d37b246
...@@ -132,26 +132,25 @@ ...@@ -132,26 +132,25 @@
} }
.new-file-name { .new-file-name {
margin-bottom: 0;
max-width: none; max-width: none;
width: 100%; width: 100%;
} }
.file-buttons { .file-buttons {
display: flex; display: block;
flex-direction: column;
width: 100%; width: 100%;
margin-bottom: 7px;
.soft-wrap-toggle { .soft-wrap-toggle {
margin: 7px 0 0; width: 100%;
margin: 7px 0;
} }
.encoding-selector, .encoding-selector,
.license-selector, .license-selector,
.gitignore-selector, .gitignore-selector,
.gitlab-ci-yml-selector { .gitlab-ci-yml-selector {
margin: 7px 0 0; display: block;
margin: 7px 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