Skip to content

Commit 2d3bbc8

Browse files
committed
Give the links-row label class an intentional rule
1 parent a95154b commit 2d3bbc8

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

quilt-sync/ui/assets/css/components/workflow_select.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,10 @@
7777
.qui-workflow-link:hover {
7878
color: var(--q-ui-palette-text-primary);
7979
}
80+
81+
/* The "Open in catalog:" prefix. Color and size inherit from the row; the
82+
* nowrap keeps the label from breaking mid-phrase on narrow dialogs. Also
83+
* the styling hook for the planned visual polish of this row. */
84+
.qui-workflow-links-label {
85+
white-space: nowrap;
86+
}

0 commit comments

Comments
 (0)