Skip to content

Commit

Permalink
Merge pull request #2481 from posit-dev/dotnomad/emphasize-title
Browse files Browse the repository at this point in the history
Emphasize select deployment title
  • Loading branch information
dotNomad authored Dec 12, 2024
2 parents 38f1cdd + 5cd6bd7 commit f62d3d1
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@ defineProps<{
display: flex;
align-items: center;

&:not(:only-child) {
.quick-pick-label-container {
.quick-pick-label {
font-weight: 600;
padding-bottom: 4px;
}
}
}

.quick-pick-icon {
vertical-align: text-bottom;
padding-right: 6px;
Expand Down

0 comments on commit f62d3d1

Please sign in to comment.