Skip to content

Commit a3ad0ea

Browse files
committed
Fix border-radius of header+segment boxes
1 parent b79e3db commit a3ad0ea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

web_src/css/modules/segment.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,11 @@
151151
border-top: none;
152152
}
153153

154+
.ui.attached.segment:last-child,
155+
.ui.attached.segment:has(+ .ui[class*="top attached"].header) {
156+
border-radius: 0 0 0.28571429rem 0.28571429rem;
157+
}
158+
154159
.ui[class*="top attached"].segment {
155160
bottom: 0;
156161
margin-bottom: 0;

0 commit comments

Comments
 (0)