Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
address
Commits
725375be
Commit
725375be
authored
Dec 22, 2016
by
andrewbelcher
Committed by
bojanz
Dec 22, 2016
Browse files
Issue
#2836014
by andrewbelcher: Inline group containers can break layout
parent
be940c96
Changes
1
Hide whitespace changes
Inline
Side-by-side
css/address.form.css
View file @
725375be
div
.address-container-inline
>
.form-item
{
float
:
left
;
/* LTR */
display
:
inline-block
;
/* LTR */
margin-right
:
1em
;
/* LTR */
}
/* Clear-fix markup for the inline container */
div
.address-container-inline
:after
{
content
:
"."
;
display
:
block
;
height
:
0
;
clear
:
both
;
visibility
:
hidden
;
}
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