Merge pull request #5826 from nextcloud-libraries/backport/5815/next
[next] style(NcAppNavigationCaption): remove margin-bottom
This commit is contained in:
Коммит
3ec27d68e0
|
@ -243,7 +243,7 @@ export default {
|
|||
// padding to align the name with the icon of app navigation items
|
||||
padding: 0 calc(var(--default-grid-baseline, 4px) * 2) 0 calc(var(--default-grid-baseline, 4px) * 3);
|
||||
margin-top: 0px;
|
||||
margin-bottom: 12px;
|
||||
margin-bottom: var(--default-grid-baseline);
|
||||
}
|
||||
|
||||
&__actions {
|
||||
|
|
Загрузка…
Ссылка в новой задаче