Fix caret and border-bottom alignement on Discover page

This commit is contained in:
Lucas Verney 2016-08-03 20:28:26 +02:00
parent 9717bdc47b
commit c9013950d7
4 changed files with 13 additions and 8 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
app/dist/style.css vendored

File diff suppressed because one or more lines are too long

View File

@ -5,9 +5,8 @@
.h2Title {
border: none;
font-size: $font-size-h2;
padding: 0 25px 0 0;
padding: 0;
line-height: 1em;
position: relative;
}
.h2Title:active,
@ -17,9 +16,8 @@
}
.caret {
position: absolute;
bottom: -4px;
right: 0;
display: inline-block;
margin-top: 1em;
}
.h2Title .caret {
@ -30,6 +28,13 @@
border-bottom: 1px dotted black;
}
.dashedUnderline,
.caret {
/* Fix for alignment of caret and border-bottom */
display: inline-block;
float: left;
}
.dropdown-menu {
left: 0;
right: 0;