Skip to content

Commit

Permalink
let children of st-module expand horizontally by default, apply width…
Browse files Browse the repository at this point in the history
…: max-content to q-badge and q-btn
  • Loading branch information
protozoo committed Nov 28, 2024
1 parent 4ea6826 commit ff212af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions assets/css/stipplecore.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@
margin: 0px;
display: flex;
flex-direction: column;
align-items: flex-start;
}

.container {
Expand Down Expand Up @@ -172,7 +171,7 @@
QUASAR COMPONENTS
================================================================== */

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

Expand Down

0 comments on commit ff212af

Please sign in to comment.