Make pagination and Breadcrumb overflow-x scroll
This commit is contained in:
parent
8254c6cb47
commit
ee4ca0f49b
@ -13,7 +13,7 @@
|
||||
padding: 0 8px;
|
||||
|
||||
list-style: none;
|
||||
overflow: hidden;
|
||||
overflow-x: auto;
|
||||
|
||||
border-radius: 5px;
|
||||
|
||||
|
@ -20,11 +20,12 @@
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
width: fit-content;
|
||||
max-width: 100%;
|
||||
margin: 8px auto;
|
||||
padding: 0;
|
||||
|
||||
list-style: none;
|
||||
overflow: hidden;
|
||||
overflow-x: auto;
|
||||
|
||||
border-radius: 5px;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user