Fix resize text (#83)

* Fix resize text

* fix multiselect
This commit is contained in:
Geometrically
2023-08-08 15:23:00 -07:00
committed by GitHub
parent a372cbbf52
commit 2de56065af
2 changed files with 1 additions and 3 deletions

View File

@@ -626,7 +626,6 @@ a,
flex-grow: 1;
width: 100%;
margin-bottom: 0;
height: 10rem !important;
textarea {
height: 100%;
@@ -941,7 +940,6 @@ select {
.multiselect {
color: var(--color-base) !important;
outline: 2px solid transparent;
max-width: 15rem;
width: 100% !important;
.multiselect__input:focus-visible {

View File

@@ -1,7 +1,7 @@
{
"name": "omorphia",
"type": "module",
"version": "0.4.35",
"version": "0.4.36",
"files": [
"dist",
"lib"