mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
fix alignment
This commit is contained in:
@ -2034,8 +2034,11 @@ li.menu-item {
|
||||
.table-templates.list {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 16px;
|
||||
padding: 10px;
|
||||
gap: 22px;
|
||||
padding: 24px 10px 0 0;
|
||||
.rtl & {
|
||||
padding: 24px 0 0 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.win_xp & {
|
||||
|
||||
Reference in New Issue
Block a user