Browse Source

fix: remove flex-wrap from Checkbox (#1700)

Co-authored-by: shijia.me <[email protected]>
Shi Jia 2 years ago
parent
commit
3603d0562a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/semi-foundation/checkbox/checkbox.scss

+ 0 - 1
packages/semi-foundation/checkbox/checkbox.scss

@@ -12,7 +12,6 @@ $module: #{$prefix}-checkbox;
     position: relative;
     display: flex;
     align-items: flex-start;
-    flex-wrap: wrap;
     @include font-size-regular;
     cursor: pointer;
     transition: background-color $transition_duration-checkbox-bg $transition_function-checkbox-bg $transition_delay-checkbox-bg,