Configuración de opciones de menú para evitar word-wrap.
This commit is contained in:
@@ -11,6 +11,11 @@ BODY {
|
|||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul.ui-menu-child {
|
||||||
|
white-space: nowrap;
|
||||||
|
width: auto !important;
|
||||||
|
}
|
||||||
|
|
||||||
.green-button.ui-button.ui-state-default {
|
.green-button.ui-button.ui-state-default {
|
||||||
background-color: #5cb85c;
|
background-color: #5cb85c;
|
||||||
border-color: #5cb85c;
|
border-color: #5cb85c;
|
||||||
|
|||||||
Reference in New Issue
Block a user