Explorar el Código

:fire: width: 100%;

visuddhinanda hace 3 años
padre
commit
f5bf5eed7d
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      dashboard/src/components/general/style.css

+ 1 - 2
dashboard/src/components/general/style.css

@@ -3,7 +3,7 @@
   padding: 5px;
   font-family: inherit;
   width: 100%;
-  height: 100px;
+  min-height: 100px;
   resize: vertical;
   font-size: 14px;
   line-height: 1;
@@ -13,7 +13,6 @@
   z-index: 1;
   resize: vertical;
   color: var(--main-color);
-  width: 100%;
   background-color: var(--drop-bg-color);
   border: unset;
   border-radius: 8px;