Skip to content

Commit ec64b6d

Browse files
fix(RequestPicker): make inline buttons equal width
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent c40010b commit ec64b6d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/components/Request/RequestPicker.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,5 +478,9 @@ export default {
478478
gap: 12px;
479479
flex-direction: column;
480480
align-items: stretch;
481+
482+
:deep(.button-vue) {
483+
width: 100%;
484+
}
481485
}
482486
</style>

0 commit comments

Comments
 (0)