Skip to content

Commit

Permalink
Zer 170 fix mobile version (#258)
Browse files Browse the repository at this point in the history
* Fix mobile version

* Update main.css.scss
  • Loading branch information
KostiaFed authored Sep 6, 2022
1 parent 822d5d2 commit 7d56231
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/javascript/css/main.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,9 @@ body.admin {
.tab {
display: none;
}

.filter_block {
width: auto;
}
.calculation-results,
.jumbotron {
width: auto;
Expand Down Expand Up @@ -389,7 +391,6 @@ body.admin {
.tab {
display: none;
}

.func-btns {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 7d56231

Please sign in to comment.