Merge pull request #5328 from nextcloud/bugfix/5248/caption-fix

Fix action caption
This commit is contained in:
Joas Schilling 2021-03-08 13:01:19 +01:00 коммит произвёл GitHub
Родитель f90023bdcc a8c2fdd845
Коммит 38d3791fe7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -397,6 +397,10 @@ export default {
}
}
::v-deep .action-text__title {
margin-left: 12px;
}
.has-unread-messages {
::v-deep .acli__content__line-one__title {
font-weight: bold;