mirror of
https://github.com/discourse/discourse.git
synced 2025-06-24 02:11:38 +08:00
move .cooked word-wrap: break-word into base CSS
This commit is contained in:
@ -20,8 +20,16 @@
|
||||
}
|
||||
}
|
||||
|
||||
.cooked .highlight{
|
||||
.cooked .highlight {
|
||||
background-color: scale-color($highlight, $lightness: 40%);
|
||||
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; }
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user