PageIndexWidget: disable text wrapping
This commit is contained in:
parent
230c65478f
commit
56f21a6721
@ -74,6 +74,7 @@ a:hover {
|
|||||||
|
|
||||||
.pagination .page-item {
|
.pagination .page-item {
|
||||||
box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
|
box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.pagination .wildcard {
|
.pagination .wildcard {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
Loading…
Reference in New Issue
Block a user