Skip to content

Commit f8c6d61

Browse files
committed
fix padding for panel title
1 parent fe5ac22 commit f8c6d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

media/css/confluence.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ pre > code {
7373

7474
.panel-title {
7575
font-weight: bold;
76-
padding: 5px;
76+
padding: 5px 3px;
7777
border-bottom: none;
7878
}
7979

0 commit comments

Comments
 (0)