Merge pull request #2043 from nextcloud/fix-actionCaption-layout
Fix ActionCaption layout
This commit is contained in:
Коммит
ff065bd1a9
|
@ -53,7 +53,7 @@ export default {
|
|||
<style lang="scss" scoped>
|
||||
.app-navigation-caption {
|
||||
color: var(--color-text-maxcontrast);
|
||||
line-height: var(--clickable-area);
|
||||
line-height: $clickable-area;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
box-shadow: none !important;
|
||||
|
@ -61,5 +61,8 @@ export default {
|
|||
pointer-events: none;
|
||||
margin-left: 12px;
|
||||
padding-right: 14px;
|
||||
height: $clickable-area;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
</style>
|
||||
|
|
Загрузка…
Ссылка в новой задаче