Skip to content

Commit

Permalink
[UI] Floor-plan: Refined row name position
Browse files Browse the repository at this point in the history
  • Loading branch information
Kingmoz committed Jun 3, 2017
1 parent 7d09334 commit a915557
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/floor-plan/floor-plan.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,13 @@
height: 30px;
text-align: center;
line-height: 30px;
position: absolute;
left: -30px;
}

.row-holder {
margin: auto;
position: relative;
}

@media (max-width: 768px) {
Expand All @@ -74,4 +77,8 @@
.floor-plan__seat-row {
display: block;
}
.row-name {
position: relative;
left: 0px;
}
}

0 comments on commit a915557

Please sign in to comment.