Artur Paikin 8 éve
szülő
commit
2b5271c224
1 módosított fájl, 5 hozzáadás és 2 törlés
  1. 5 2
      src/scss/_common.scss

+ 5 - 2
src/scss/_common.scss

@@ -2,11 +2,14 @@
 * General Uppy styles that apply to everything inside the .Uppy container
 * General Uppy styles that apply to everything inside the .Uppy container
 */
 */
 
 
-.Uppy,
-.Uppy * {
+.Uppy {
   box-sizing: border-box;
   box-sizing: border-box;
 }
 }
 
 
+.Uppy *, .Uppy *:before, .Uppy *:after {
+  box-sizing: inherit;
+}
+
 .UppyIcon {
 .UppyIcon {
   max-width: 100%;
   max-width: 100%;
   max-height: 100%;
   max-height: 100%;