Fixed article header width
This commit is contained in:
parent
a97e9301c3
commit
aff0608696
|
@ -95,16 +95,14 @@
|
|||
|
||||
.usernav {
|
||||
display: inline-flex;
|
||||
flex: 0 0 30% !important;
|
||||
font-weight: 500;
|
||||
max-width: 250px !important;
|
||||
position: relative;
|
||||
|
||||
// flex: 1 100% !important;
|
||||
|
||||
// replace row > * selector to remove !important
|
||||
// width: auto !important;
|
||||
|
||||
@include media-breakpoint-down(md) {
|
||||
flex: 1;
|
||||
flex: 1 !important;
|
||||
max-width: 100% !important;
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
}
|
||||
|
@ -270,6 +268,7 @@
|
|||
position: absolute;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
width: 100%;
|
||||
|
||||
@include media-breakpoint-down(md) {
|
||||
display: none;
|
||||
|
|
Loading…
Reference in New Issue
Block a user