Skip to content

Commit 534a1e5

Browse files
committed
improvement: operation path + summary overflow styling
1 parent 937c8f6 commit 534a1e5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/style/_layout.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,10 +245,9 @@
245245

246246

247247
display: flex;
248-
flex: 0 3 auto;
249248
align-items: center;
250249

251-
word-break: break-all;
250+
word-break: break-word;
252251

253252
padding: 0 10px;
254253

@@ -270,7 +269,9 @@
270269
{
271270
font-size: 13px;
272271

273-
flex: 1;
272+
flex: 1 1 auto;
273+
274+
word-break: break-word;
274275

275276
@include text_body();
276277
}

0 commit comments

Comments
 (0)