Skip to content

Commit 190cb07

Browse files
Jackymancs4buunguyen
authored andcommitted
Minor fix avoid header to overlap setting icon
1 parent b486c39 commit 190cb07

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/styles/base.less

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@
7474
margin: 0;
7575
text-shadow: 0 1px 0 #fff;
7676
z-index: 1000002;
77+
padding-right: 65px;
78+
overflow: hidden;
79+
white-space: nowrap;
80+
text-overflow: ellipsis;
7781
}
7882

7983
.octotree_help {
@@ -89,7 +93,6 @@
8993
}
9094
.octotree_header_repo, .octotree_header_branch {
9195
width: 100%;
92-
padding-right: 55px;
9396
overflow: hidden;
9497
white-space: nowrap;
9598
text-overflow: ellipsis;

0 commit comments

Comments
 (0)