Skip to content

Commit da5935e

Browse files
authored
fix(style): prevent operationId from wrapping when space is available (#10259)
1 parent 784d62c commit da5935e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/style/_layout.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@
319319

320320
padding: 0 10px;
321321

322-
width: 100%;
322+
flex-grow: 1;
323323
}
324324

325325
@media (max-width: 550px) {

0 commit comments

Comments
 (0)