Merge branch 'feat/ui-0.7.0' into 'test'
fix(fmt): replace break-all to break-word for fmt > p See merge request opensource/answer!356
This commit is contained in:
+1
-1
@@ -215,7 +215,7 @@ a {
|
||||
max-width: 100%;
|
||||
}
|
||||
p {
|
||||
word-break: break-all;
|
||||
word-break: break-word;
|
||||
> code {
|
||||
background-color: #e9ecef;
|
||||
color: #212529;
|
||||
|
||||
Reference in New Issue
Block a user