diff options
| author | IEatChili <nanunguyen99@gmail.com> | 2024-06-18 14:33:47 -0400 |
|---|---|---|
| committer | IEatChili <nanunguyen99@gmail.com> | 2024-06-18 14:33:47 -0400 |
| commit | 376ff1626b24cbac12b27ad072690424549f05c7 (patch) | |
| tree | 1775455e91750eb05a2610faec123a49862ec0a0 /src/client/views/StyleProvider.scss | |
| parent | 8aee62b8623e23f6478960291857ee47f50f9aaf (diff) | |
feat: added view of labels on docs in freeform
Diffstat (limited to 'src/client/views/StyleProvider.scss')
| -rw-r--r-- | src/client/views/StyleProvider.scss | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/client/views/StyleProvider.scss b/src/client/views/StyleProvider.scss index ce00f6101..1e2af9a3a 100644 --- a/src/client/views/StyleProvider.scss +++ b/src/client/views/StyleProvider.scss @@ -53,3 +53,16 @@ .styleProvider-treeView-icon { opacity: 0; } + +.keywords-container { + display: flex; + flex-wrap: wrap; +} + +.keyword { + padding: 5px 10px; + background-color: lightblue; + border: 1px solid black; + border-radius: 5px; + white-space: nowrap; +} |
