mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
move .cooked word-wrap: break-word into base CSS
This commit is contained in:
parent
0c3b6c40be
commit
a7ce8c6418
@ -25,3 +25,11 @@
|
||||
padding: 2px;
|
||||
margin: -2px;
|
||||
}
|
||||
|
||||
.contents .cooked a {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.contents .cooked {
|
||||
word-wrap: break-word;
|
||||
}
|
@ -600,12 +600,7 @@ iframe {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.contents .cooked a {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.contents .cooked {
|
||||
word-wrap: break-word;
|
||||
h1, h2, h3, h4, h5, h6 { margin: 30px 0 10px; }
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user