UX: mobile layout fix for claimable reviewables
This commit is contained in:
parent
30b7006ca2
commit
567b7263fd
|
@ -145,7 +145,8 @@
|
||||||
|
|
||||||
.reviewable-actions .claimed-actions {
|
.reviewable-actions .claimed-actions {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
flex: 1 1 100%;
|
||||||
|
margin-right: 0;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
|
@ -265,6 +266,7 @@
|
||||||
.reviewable-actions {
|
.reviewable-actions {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
button {
|
button {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
Loading…
Reference in New Issue