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