Skip to content

Commit f446b03

Browse files
author
OpenShift Bot
authored
Merge pull request #2067 from rhamilto/issue-2060
Merged by openshift-bot
2 parents 1bb46a9 + f5c5b51 commit f446b03

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

app/styles/_core.less

+3-3
Original file line numberDiff line numberDiff line change
@@ -930,8 +930,9 @@ a.disabled-link {
930930
}
931931
}
932932

933-
@media(max-width: @screen-xs-max) {
934-
.contains-actions .dropdown {
933+
.contains-actions .dropdown {
934+
margin-left: 10px;
935+
@media(max-width: @screen-xs-max) {
935936
// add dropdown-pf-kebab styles
936937
.dropdown-kebab-pf;
937938
// adjust position of dropdown to account for larger kebab
@@ -1293,4 +1294,3 @@ pre.clipped {
12931294
}
12941295
}
12951296
}
1296-

dist/styles/main.css

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

0 commit comments

Comments
 (0)