Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Luc Didry
kresus
Commits
f777cf9e
Commit
f777cf9e
authored
Mar 29, 2019
by
Nicolas Frandeboeuf
Committed by
Benjamin Bouvier
Apr 22, 2019
Browse files
[CSS] Move form-element-block layout to helpers
parent
7662268d
Changes
2
Hide whitespace changes
Inline
Side-by-side
client/css/helpers.css
View file @
f777cf9e
...
...
@@ -39,3 +39,8 @@ input.light:not(:hover):not(:focus):not(:active),
.Select.light
:not
(
:hover
)
.Select__control
:not
(
.Select__control--is-focused
)
.Select__indicators
{
visibility
:
hidden
;
}
.form-element-block
{
display
:
block
;
width
:
100%
;
}
client/themes/default/style.css
View file @
f777cf9e
...
...
@@ -114,11 +114,6 @@ select {
text-overflow
:
ellipsis
;
}
.form-element-block
{
display
:
block
;
width
:
100%
;
}
/* Smart selector (react-select) */
.Select__control
,
.Select__menu
{
...
...
Write
Preview
Supports
Markdown
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