summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Iván Vargas López <jvargas@gitlab.com>2016-12-14 09:44:04 -0600
committerJosé Iván Vargas López <jvargas@gitlab.com>2016-12-14 09:44:04 -0600
commit7f9d1ad378e9d00dce8882231e8476faf7067f61 (patch)
tree392fad2f95a9ecdee70d32ee2ecdcc506d5cefa2
parent4d37b24614413e4f3e31d08296753fd07ec4bcad (diff)
downloadgitlab-ce-23962-docker-file-dropdown-should-be-properly-positioned.tar.gz
Fixed the use of display:flex to display:block23962-docker-file-dropdown-should-be-properly-positioned
-rw-r--r--app/assets/stylesheets/pages/editor.scss11
1 files changed, 5 insertions, 6 deletions
diff --git a/app/assets/stylesheets/pages/editor.scss b/app/assets/stylesheets/pages/editor.scss
index 935f157b33d..fea9a6b5009 100644
--- a/app/assets/stylesheets/pages/editor.scss
+++ b/app/assets/stylesheets/pages/editor.scss
@@ -132,26 +132,25 @@
}
.new-file-name {
- margin-bottom: 0;
max-width: none;
width: 100%;
}
.file-buttons {
- display: flex;
- flex-direction: column;
+ display: block;
width: 100%;
- margin-bottom: 7px;
.soft-wrap-toggle {
- margin: 7px 0 0;
+ width: 100%;
+ margin: 7px 0;
}
.encoding-selector,
.license-selector,
.gitignore-selector,
.gitlab-ci-yml-selector {
- margin: 7px 0 0;
+ display: block;
+ margin: 7px 0;
button {
width: 100%;