提交 ae43c3a3 编写于 作者: C Clement Ho

Remove unwanted white space (top and bottom) in blob viewer

上级 9c7602d1
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
} }
.blob-viewer-container { .blob-viewer-container {
height: calc(100vh - 83px); height: calc(100vh - 73px);
overflow: auto; overflow: auto;
} }
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
border-bottom: 1px solid $white-normal; border-bottom: 1px solid $white-normal;
padding-left: 0; padding-left: 0;
margin-bottom: 0; margin-bottom: 0;
display: inline-block; display: block;
white-space: nowrap; white-space: nowrap;
width: 100%; width: 100%;
overflow-y: hidden; overflow-y: hidden;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册