Skip to content

Commit

Permalink
enhance 24d0762
Browse files Browse the repository at this point in the history
  • Loading branch information
noridev committed Nov 15, 2024
1 parent a19daaa commit cfab3fe
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/frontend/src/components/MkSuperMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ defineProps<{
}

> span {
display: initial;
display: contents;

> .icon {
display: grid;
Expand All @@ -209,10 +209,6 @@ defineProps<{
padding-right: 0;
width: 100%;
font-size: 0.8em;
display: inline-block;
width: 7ch;
word-wrap: break-word;
overflow-wrap: break-word;
}
}

Expand Down

0 comments on commit cfab3fe

Please sign in to comment.