mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-25 10:19:06 +01:00
fix: move nowrap to proper place
This commit is contained in:
parent
9117455832
commit
d0cc2d8af5
@ -58,7 +58,6 @@ export default defineComponent({
|
||||
font-size: 90%;
|
||||
border-radius: var(--radius);
|
||||
padding: 10px 8px;
|
||||
white-space: nowrap;
|
||||
|
||||
> button {
|
||||
flex: 1;
|
||||
@ -106,6 +105,8 @@ export default defineComponent({
|
||||
transparent
|
||||
);
|
||||
padding-right: 90px !important;
|
||||
white-space: nowrap;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user