Skip to content

Commit b6eae40

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

web_src/css/modules/segment.css

+5
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,11 @@
151151
border-top: none;
152152
}
153153

154+
.ui.attached.segment:has(+ .ui[class*="top attached"].header),
155+
.ui.attached.segment:last-child {
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)