diff options
| author | Henry Jameson <me@hjkos.com> | 2021-03-11 16:31:15 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-03-11 16:54:03 +0200 |
| commit | 3870a30aeaeb9ed89e69610f2fc4ca6838fb1558 (patch) | |
| tree | 9efe5515fbff97206d954a6de64234cf6e325a2e /src/components/font_control/font_control.vue | |
| parent | 5d3bf43fdc83efb0294229df63201877032a85ff (diff) | |
cleanup, fixes
Diffstat (limited to 'src/components/font_control/font_control.vue')
| -rw-r--r-- | src/components/font_control/font_control.vue | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/font_control/font_control.vue b/src/components/font_control/font_control.vue index 996ff92c..29605084 100644 --- a/src/components/font_control/font_control.vue +++ b/src/components/font_control/font_control.vue @@ -55,7 +55,8 @@ min-width: 10em; } &.custom { - .select { + /* TODO Should make proper joiners... */ + .font-switcher { border-top-right-radius: 0; border-bottom-right-radius: 0; } |
