Add styles for shorter code

This commit is contained in:
Jacob Schatz 2017-08-29 08:05:41 +00:00 committed by Phil Hughes
parent c274da069d
commit 1335ba6935
1 changed files with 24 additions and 0 deletions

View File

@ -99,6 +99,30 @@
.blob-viewer-container {
flex: 1;
overflow: auto;
> div,
.file-content {
display: flex;
}
> div,
.file-content,
.blob-viewer,
.line-number,
.blob-content,
.code {
min-height: 100%;
width: 100%;
}
.line-numbers {
min-width: 44px;
}
.blob-content {
flex: 1;
overflow-x: auto;
}
}
#tabs {