Skip to content

Commit 53583fb

Browse files
committed
Add space on right for when log-view-output has vertical scroll. This prevents horizontal scrollbar.
Fixes openshift#2189
1 parent a26e359 commit 53583fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
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.

0 commit comments

Comments
 (0)