diff options
| author | taehoon <th.dev91@gmail.com> | 2019-04-04 04:32:36 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-04-17 11:32:49 -0400 |
| commit | cf2c411db34953e65c186e214bd9bae44073c881 (patch) | |
| tree | c36a042ce991a03328ffc01a194132a141487c20 /src/components/checkbox | |
| parent | 83faa96f1b7405be2fb17b717c72c10ff8a65b59 (diff) | |
add header to selectable-list component
Diffstat (limited to 'src/components/checkbox')
| -rw-r--r-- | src/components/checkbox/checkbox.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/checkbox/checkbox.scss b/src/components/checkbox/checkbox.scss index 4dfcfe34..42556d89 100644 --- a/src/components/checkbox/checkbox.scss +++ b/src/components/checkbox/checkbox.scss @@ -4,6 +4,7 @@ position: relative; display: inline-block; padding-left: 1.2em; + min-height: 1.2em; &-indicator::before { position: absolute; |
