mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
fix: move nowrap to proper place
This commit is contained in:
parent
9117455832
commit
d0cc2d8af5
1 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,6 @@ export default defineComponent({
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
border-radius: var(--radius);
|
border-radius: var(--radius);
|
||||||
padding: 10px 8px;
|
padding: 10px 8px;
|
||||||
white-space: nowrap;
|
|
||||||
|
|
||||||
> button {
|
> button {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
@ -106,6 +105,8 @@ export default defineComponent({
|
||||||
transparent
|
transparent
|
||||||
);
|
);
|
||||||
padding-right: 90px !important;
|
padding-right: 90px !important;
|
||||||
|
white-space: nowrap;
|
||||||
|
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue