Issue #3229172 by kostyashupenko, rkoller, Wim Leers, yash.rode, lauriii: Underlined text in CKEditor 5 not rendered as underlined in Claro
(cherry picked from commit 9f574ee7d9
)
merge-requests/1102/merge
parent
5a2387514e
commit
0720d646fa
|
@ -139,7 +139,7 @@ address {
|
|||
|
||||
u,
|
||||
ins {
|
||||
text-decoration: none;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
s,
|
||||
|
|
|
@ -116,7 +116,7 @@ address {
|
|||
}
|
||||
u,
|
||||
ins {
|
||||
text-decoration: none;
|
||||
text-decoration: underline;
|
||||
}
|
||||
s,
|
||||
strike,
|
||||
|
|
Loading…
Reference in New Issue