Skip to content

Commit 7f3a829

Browse files
Fix comment header padding
1 parent 3e1b63f commit 7f3a829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/css/modules/header.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ h4.ui.header .sub.header {
9595
.ui.attached.header {
9696
position: relative;
9797
background: var(--color-box-header);
98-
padding: 0.78571429rem 1rem;
98+
padding: 0 1rem;
9999
margin: 0 -1px;
100100
border-radius: 0;
101101
border: 1px solid var(--color-secondary);

0 commit comments

Comments
 (0)