Compare commits
2 Commits
027cec577d
...
75aa782653
| Author | SHA1 | Date | |
|---|---|---|---|
| 75aa782653 | |||
| f6594822c6 |
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@unkn0wndo3s/nova-design-system",
|
"name": "@unkn0wndo3s/nova-design-system",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "1.00.0",
|
"version": "1.00.1",
|
||||||
"main": "./src/index.ts",
|
"main": "./src/index.ts",
|
||||||
"description": "Nova Design System — Astro component library",
|
"description": "Nova Design System — Astro component library",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|||||||
@@ -41,8 +41,7 @@
|
|||||||
&__textarea {
|
&__textarea {
|
||||||
min-height: 84px;
|
min-height: 84px;
|
||||||
padding: var(--nds-spacing-sm);
|
padding: var(--nds-spacing-sm);
|
||||||
resize: vertical;
|
width: 100%;
|
||||||
width: 100% !important;
|
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
&__charCount {
|
&__charCount {
|
||||||
|
|||||||
Reference in New Issue
Block a user