min-width

This commit is contained in:
vivganes 2023-04-24 16:43:14 +05:30
parent d4c1f0704b
commit 8ae21dee56
1 changed files with 4 additions and 0 deletions

View File

@ -601,6 +601,10 @@ button.tall {
justify-content: space-between;
}
.action-heading button {
min-width: 98px;
}
.flex-end {
display: flex;
justify-content: flex-end;