Skip to content

Commit 82eca44

Browse files
authored
Fix rounded border for segment followed by pagination (#30809)
Fixes #30673, specifically #30673 (comment).
1 parent be112c1 commit 82eca44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web_src/css/modules/segment.css

+1
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@
152152
}
153153

154154
.ui.attached.segment:has(+ .ui[class*="top attached"].header),
155+
.ui.attached.segment:has(+ .page.buttons),
155156
.ui.attached.segment:last-child,
156157
.ui.segment:has(+ .ui.segment:not(.attached)),
157158
.ui.attached.segment:has(+ .ui.modal) {

0 commit comments

Comments
 (0)