Skip to content

Commit 415ab1a

Browse files
committed
Resolves #349
1 parent 78d2e31 commit 415ab1a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/resources/sass/app.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,12 +693,13 @@ fieldset .field {
693693

694694
.action-strip-left {
695695
@media screen and (max-width: 1111px) {
696-
width: 83%;
696+
width: 80%;
697697
}
698698
}
699699

700700
.action-strip-right {
701701
position: relative;
702+
top: 5px;
702703
float: right;
703704
}
704705

public/js/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)