Skip to content

Commit

Permalink
Fix border-radius of header+segment boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Apr 23, 2024
1 parent b79e3db commit a3ad0ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web_src/css/modules/segment.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,11 @@
border-top: none;
}

.ui.attached.segment:last-child,
.ui.attached.segment:has(+ .ui[class*="top attached"].header) {
border-radius: 0 0 0.28571429rem 0.28571429rem;
}

.ui[class*="top attached"].segment {
bottom: 0;
margin-bottom: 0;
Expand Down

0 comments on commit a3ad0ea

Please sign in to comment.