Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
a696b474
Commit
a696b474
authored
Nov 20, 2017
by
Karl Hasselbring
Browse files
Fixed: Anordung der settings selektoren wieder im gitter
parent
02cfbff8
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/assets/less/metager/settings.less
View file @
a696b474
...
...
@@ -11,8 +11,10 @@
#settings-selectors {
display: flex;
flex-wrap: wrap;
align-items: end;
>* {
margin: 10px;
padding: 10px;
width: 33%;
}
}
...
...
@@ -27,11 +29,11 @@
.wrapper,
#settings-buttons {
width: 100%;
&>* {
width: 100%;
margin: 10px 0px
;
overflow: auto
;
}
}
#settings-buttons>* {
width: 100%
;
margin: 10px 0px
;
overflow: auto;
}
#settings-selectors {
justify-content: stretch;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment