Skip to content

Commit

Permalink
Fix floated list items (#30377)
Browse files Browse the repository at this point in the history
Fixes #30365, regression from
#30281
  • Loading branch information
silverwind authored Apr 10, 2024
1 parent 63c80ae commit fec7542
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions web_src/css/modules/list.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,12 @@
cursor: pointer;
}

.ui.list .list > .item [class*="right floated"],
.ui.list > .item [class*="right floated"] {
float: right;
margin: 0 0 0 1em;
}

.ui.menu .ui.list > .item,
.ui.menu .ui.list .list > .item {
display: list-item;
Expand Down

0 comments on commit fec7542

Please sign in to comment.