Skip to content

Commit 3bef19a

Browse files
author
SHNakajima
committed
(only on git-view pain)set min-height on .nav-buttons-container
1 parent fd71d4b commit 3bef19a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
padding: 0;
1818
}
1919

20+
.workspace-leaf-content[data-type="git-view"] .nav-buttons-container {
21+
min-height: 33px;
22+
}
23+
2024
.workspace-leaf-content[data-type="git-history-view"] .view-content {
2125
padding: 0;
2226
}

0 commit comments

Comments
 (0)