Merge pull request #357 from KnzkDev/fix/detail-style

Fix detailed-status
lolsob-rspec
David Yip 2018-02-03 20:20:58 -06:00 committed by GitHub
commit 5b428b7027
1 changed files with 2 additions and 2 deletions

View File

@ -84,8 +84,8 @@
height: 110px; height: 110px;
.detailed-status & { .detailed-status & {
margin-left: -22px; margin-left: -14px;
width: calc(100% + 44px); width: calc(100% + 28px);
height: 250px; height: 250px;
} }