fix style bug
This commit is contained in:
parent
8168fa950f
commit
9c8ea2f9bf
|
@ -17,6 +17,19 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
vertical-align: bottom;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 991px) {
|
||||||
|
.nav-tabs-custom .nav-tabs > li.nav-tab-title-rpcname > a {
|
||||||
|
max-width: 150px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 767px) {
|
||||||
|
.nav-tabs-custom .nav-tabs > li.nav-tab-title-rpcname > a {
|
||||||
|
max-width: 120px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-group.input-group-multiple > .input-group-addon {
|
.input-group.input-group-multiple > .input-group-addon {
|
||||||
|
|
Reference in a new issue