-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Adjusting the width of dropdown (#18059)
* fix: Adjusting the width of dropdown This will make it so the width of the dropdown will adjust to the longest variable name * fix: Adjusting the width of dropdown Updating font * fix: Adjusting the width of dropdown fix prettier
- Loading branch information
1 parent
97037f8
commit 17f4cc1
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -93,3 +93,7 @@ | |
cursor: grab !important; | ||
} | ||
} | ||
|
||
.variable-dropdown--item { | ||
font-family: $cf-code-font; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters