Merge branch 'short-code' into 'master'

Add styles for shorter code

See merge request !13612
This commit is contained in:
Phil Hughes 2017-08-29 08:05:42 +00:00
commit edd56aeaf4
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 {