Skip to content

Commit ec9ad53

Browse files
author
p01
committed
Prevent padding from causing horizontal scolling too early
1 parent 7b200df commit ec9ad53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/resource-manager/resource_style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ a.external:hover
279279

280280
.resource-tree li > h2
281281
{
282+
box-sizing: border-box;
282283
margin: 0;
283284
padding: 0 4px;
284285
white-space: nowrap;

0 commit comments

Comments
 (0)