Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/npm_and_yarn/develop/browsersl…
Browse files Browse the repository at this point in the history
…ist-4.24.2
  • Loading branch information
lubber-de authored Oct 26, 2024
2 parents bec085c + 1a22e32 commit c16a658
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [12, 14, 16, 18, latest]
node-version: [12, 14, 16, 18, 20, 22]
steps:
- uses: actions/checkout@v4
- name: Setup Node.js ${{ matrix.node-version }}
Expand Down
5 changes: 5 additions & 0 deletions src/definitions/elements/label.less
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ a.ui.label {
Types
*******************************/
& when (@variationLabelImage) {
.ui.image.labels .label,
.ui.image.label {
width: auto;
margin-top: 0;
Expand All @@ -199,6 +200,10 @@ a.ui.label {
padding: @imageLabelPadding;
}
}
.ui.labels .image.label,
.ui.image.labels .label {
margin-bottom: @groupVerticalMargin;
}

.ui.image.label img {
display: inline-block;
Expand Down

0 comments on commit c16a658

Please sign in to comment.