mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
css hyphens for webkit and moz
This commit is contained in:
parent
d0c0fd373a
commit
e46a23d445
@ -171,6 +171,8 @@ hr {
|
||||
}
|
||||
|
||||
.hyphenate-text {
|
||||
-webkit-hyphens: auto;
|
||||
-moz-hyphens: auto;
|
||||
hyphens: auto;
|
||||
overflow-wrap: break-word;
|
||||
word-wrap: break-word;
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<ds-card
|
||||
:language="language"
|
||||
:lang="language"
|
||||
:image="post.image | proxyApiUrl"
|
||||
:class="{ 'post-card': true, 'disabled-content': post.disabled, 'post--pinned': isPinned }"
|
||||
>
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<transition name="fade" appear>
|
||||
<ds-card
|
||||
:language="language"
|
||||
:lang="language"
|
||||
v-if="post && ready"
|
||||
:image="post.image | proxyApiUrl"
|
||||
:class="{ 'post-card': true, 'disabled-content': post.disabled }"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user