Use flex-end
rather than end
(#7505)
This commit is contained in:
parent
8c20bcfe56
commit
5543ee895b
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ limitations under the License.
|
|||
|
||||
.mx_Dialog_buttons {
|
||||
display: flex;
|
||||
justify-content: end;
|
||||
justify-content: flex-end;
|
||||
gap: 8px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue