Skip to content
Snippets Groups Projects
Commit 48438b7e authored by Clement Ho's avatar Clement Ho
Browse files

Merge branch 'dennis-positioning-important' into 'master'

Designate common positioning classes as `!important` a la Bootstrap

See merge request gitlab-org/gitlab-ce!26621
parents bafabe28 ef1b7005
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -462,10 +462,10 @@ img.emoji {
}
 
/** COMMON POSITIONING CLASSES */
.position-bottom-0 { bottom: 0; }
.position-left-0 { left: 0; }
.position-right-0 { right: 0; }
.position-top-0 { top: 0; }
.position-bottom-0 { bottom: 0 !important; }
.position-left-0 { left: 0 !important; }
.position-right-0 { right: 0 !important; }
.position-top-0 { top: 0 !important; }
 
.drag-handle {
width: 4px;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment