Prevent diff header overflow
This commit is contained in:
parent
f0d052b6e7
commit
222e53a026
1 changed files with 3 additions and 1 deletions
|
@ -11,8 +11,10 @@
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
|
|
||||||
> span {
|
> span {
|
||||||
@include str-truncated(65%);
|
|
||||||
font-family: $monospace_font;
|
font-family: $monospace_font;
|
||||||
|
word-break: break-all;
|
||||||
|
margin-right: 200px;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.diff-btn-group {
|
.diff-btn-group {
|
||||||
|
|
Loading…
Reference in a new issue