summaryrefslogtreecommitdiff
path: root/ui/styles/textarea.css
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2025-01-11 13:34:13 -0500
committerOwen Jacobson <owen@grimoire.ca>2025-01-11 13:34:13 -0500
commit6d51f8568e337e768505ccfdef916b84dd6eb1b3 (patch)
treedec4545ccbe44c8e2baf6e633308359f40ac610a /ui/styles/textarea.css
parentd858fc8105cfe6333671426fe0e43302bceace92 (diff)
npm run format
Diffstat (limited to 'ui/styles/textarea.css')
-rw-r--r--ui/styles/textarea.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/styles/textarea.css b/ui/styles/textarea.css
index b45a66d..c38de46 100644
--- a/ui/styles/textarea.css
+++ b/ui/styles/textarea.css
@@ -10,7 +10,7 @@
padding: 0.5rem;
border-radius: 0.5rem 0 0 0.5rem;
border: 1px solid var(--colour-input-border);
- z-index: 1; /* Just to make the focus-active border go over the following button. */
+ z-index: 1; /* Just to make the focus-active border go over the following button. */
flex-grow: 1;
background-color: var(--colour-input-bg);
color: var(--colour-input-text);