Forráskód Böngészése

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

Co-authored-by: shijia.me <[email protected]>
Shi Jia 2 éve
szülő
commit
3603d0562a
1 módosított fájl, 0 hozzáadás és 1 törlés
  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,