Skip to content

Commit b60dacf

Browse files
author
OpenShift Bot
authored
Merge pull request #1783 from rhamilto/issue-1782
Merged by openshift-bot
2 parents da50b08 + 5aedc62 commit b60dacf

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

Diff for: app/styles/_core.less

+5-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,11 @@
121121
.empty-state-message {
122122
margin: 40px auto 60px;
123123
max-width: 600px;
124-
padding: 0 (@grid-gutter-width / 2);
124+
padding: 0;
125+
@media(min-width: @screen-xs-min) {
126+
padding-left: (@grid-gutter-width / 2);
127+
padding-right: (@grid-gutter-width / 2);
128+
}
125129
h2, .h2 {
126130
// Avoid clipped descenders with class truncate or overflow: hidden
127131
line-height: 1.4;

Diff for: dist/styles/main.css

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

0 commit comments

Comments
 (0)