Skip to content

Commit

Permalink
Fix q-badge width in stipplecore
Browse files Browse the repository at this point in the history
  • Loading branch information
protozoo committed Nov 26, 2024
1 parent 80f89d0 commit 954b678
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions assets/css/stipplecore.css
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,13 @@
font-style: italic;
}

/*===================================================================
QUASAR COMPONENTS
================================================================== */

.q-badge{
width: max-content;
}



Expand Down

0 comments on commit 954b678

Please sign in to comment.