fix text-hide css
This commit is contained in:
parent
59bbdf41a3
commit
1188b9d443
@ -2178,7 +2178,7 @@ a[title*="pawoo.net"]::after {
|
||||
}
|
||||
|
||||
nav > .navbar-text > div{
|
||||
font-size: 0px;
|
||||
font-size: unset;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: $converse_widtd) {
|
||||
@ -2202,4 +2202,8 @@ a[title*="pawoo.net"]::after {
|
||||
.dropdown-menu.show{
|
||||
position: absolute;
|
||||
left: -215px;
|
||||
}
|
||||
|
||||
nav > .navbar-text > div{
|
||||
font-size: 0px;
|
||||
}
|
Reference in New Issue
Block a user