Skip to content

Commit b264448

Browse files
authored
Merge pull request #7062 from LibreSign/backport/7061/stable33
[stable33] fix(RequestPicker): make inline buttons equal width
2 parents c40010b + ec64b6d commit b264448

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)