ublog/css: Prevent linebreak inside view count

pull/9840/head
Benedikt Werner 2021-09-19 14:59:10 +02:00
parent 23ecf30443
commit eb4941bdd3
No known key found for this signature in database
GPG Key ID: 1DBFF0F8E9E121EB
1 changed files with 3 additions and 0 deletions

View File

@ -77,6 +77,9 @@
}
}
}
&__views {
white-space: nowrap;
}
&__image {
@extend %box-neat-force;
width: 100%;