UX: mobile layout fix for claimable reviewables

This commit is contained in:
Kris 2020-02-11 14:18:42 -05:00
parent 30b7006ca2
commit 567b7263fd
1 changed files with 3 additions and 1 deletions

View File

@ -145,7 +145,8 @@
.reviewable-actions .claimed-actions {
display: flex;
width: 100%;
flex: 1 1 100%;
margin-right: 0;
justify-content: space-between;
align-items: center;
margin-bottom: 0.5em;
@ -265,6 +266,7 @@
.reviewable-actions {
display: flex;
flex-wrap: wrap;
width: 100%;
button {
white-space: nowrap;