mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-07-12 07:36:02 +00:00
Merge branch 'word-break' into 'master'
Word break https://clearlinux.org/documentation/bdl-openssh-server.html it appears that text with pre tag is not resizing to fit the responsiveness See merge request !131
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