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