Skip to content

Commit a75a7f6

Browse files
sg00dwinf0x11
authored andcommitted
Add space on right for when log-view-output has vertical scroll. This prevents horizontal scrollbar.
Fixes openshift#2189
1 parent 08793fb commit a75a7f6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/styles/_log.less

+1
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@
143143
font-size: 12px;
144144
}
145145
padding: 40px 0;
146+
padding-right: @scrollbar-width; // allot space for vertical scrollbar to prevent horizontal scrollbar
146147
@media only screen and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 0) {
147148
// On an iPhone, add additional margin so that following logs is never obscured
148149
// by the bottom buttons that are displayed and hidden.

dist/styles/main.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)