fix: move nowrap to proper place

This commit is contained in:
freeplay 2023-07-15 15:26:15 -04:00
parent 83294c6c3d
commit e74af25d16

View file

@ -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;
}