improvement: operation path + summary overflow styling (via #5184)
* improvement: operation path + summary overflow styling * inject zero-width spaces for better path breaking * migrate 4867 regression test to tolerate new ZWSPs * rm `dev-helpers/doc.yaml`
This commit is contained in:
@@ -245,10 +245,9 @@
|
||||
|
||||
|
||||
display: flex;
|
||||
flex: 0 3 auto;
|
||||
align-items: center;
|
||||
|
||||
word-break: break-all;
|
||||
word-break: break-word;
|
||||
|
||||
padding: 0 10px;
|
||||
|
||||
@@ -270,7 +269,9 @@
|
||||
{
|
||||
font-size: 13px;
|
||||
|
||||
flex: 1;
|
||||
flex: 1 1 auto;
|
||||
|
||||
word-break: break-word;
|
||||
|
||||
@include text_body();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user