Skip to content

Commit ad14f31

Browse files
committed
add full height border to left tabs
1 parent dba753e commit ad14f31

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

views/devpanel.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ body, html {
1616
height: 100%;
1717
padding: 0;
1818
position: static;
19+
border-right: 1px solid #ddd;
1920
}
2021

2122
.panel-column {
@@ -37,4 +38,8 @@ body, html {
3738

3839
.btn-group {
3940
margin-bottom: 10px;
41+
}
42+
43+
.tabs-left {
44+
border: 0;
4045
}

0 commit comments

Comments
 (0)