mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-08-26 10:28:24 +00:00
word-break, text with pre tag is not resizing to fit the responsiveness
This commit is contained in:
@@ -266,3 +266,12 @@ header.menu-open .region-header{
|
||||
display: block
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
p {
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
p .pre {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user