Skip to content

Commit 1153bcb

Browse files
committed
UI/Minor: Keep the tab-area border snug when on the right
1 parent 677f183 commit 1153bcb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

public/stylesheets/widgets.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
}
3434

3535
.netlogo-display-horizontal > .netlogo-tab-area {
36-
margin: 0 10px;
36+
margin: 0 10px;
37+
align-self: flex-start;
3738
}
3839

3940
.netlogo-header {

0 commit comments

Comments
 (0)