Fix underMenu block.
This commit is contained in:
parent
b627b7c835
commit
ea0c31585e
|
@ -26,9 +26,6 @@
|
||||||
.underMenu li {
|
.underMenu li {
|
||||||
white-space: unset;
|
white-space: unset;
|
||||||
}
|
}
|
||||||
.underMenu {
|
|
||||||
width: 200px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dropdown-toggle:focus {
|
.dropdown-toggle:focus {
|
||||||
// outline: 2px solid #43B5FC;
|
// outline: 2px solid #43B5FC;
|
||||||
|
@ -142,7 +139,6 @@ ul.tab_nav {
|
||||||
.underMenu {
|
.underMenu {
|
||||||
clear: both;
|
clear: both;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
padding-top: 300px;
|
|
||||||
}
|
}
|
||||||
.underMenu a.widget-content-title {
|
.underMenu a.widget-content-title {
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
|
|
Loading…
Reference in New Issue