Skip to content

Commit 024065c

Browse files
authored
Merge pull request #7061 from LibreSign/fix/request-picker-buttons-equal-width
fix(RequestPicker): make inline buttons equal width
2 parents ceaff56 + 9f8bbe4 commit 024065c

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)