Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed wrong result display position #93

Merged
merged 1 commit into from
Mar 26, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 7 additions & 4 deletions frontend/lib/styles/components/queryRunner.sass
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@
margin-top: auto
padding: 10px 20px 0 10px
border-top: 1px solid $col-gray-light
display: table
display: flex
align-items: center
width: 100%
// prevent moving and extending UI
// together with margin-top auto
min-height: 71px

&__right, &__left
display: table-cell
vertical-align: middle
&__left
flex: 1

&__right
flex: 2

&__start-btn
margin: 0 0 10px
Expand Down