Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
[UI] fix textarea padding
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Wilken <gnomation@gnomeontherun.com>
  • Loading branch information
gnomeontherun committed Dec 4, 2017
1 parent e61b814 commit 09cb7e3
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file modified gemini/screens/forms/form-fields/default/chrome.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gemini/screens/forms/form-grid/default/chrome.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gemini/screens/input-fields/default/chrome.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/clarity-angular/forms/_inputs.clarity.scss
Expand Up @@ -32,7 +32,7 @@
border: $clr-default-borderwidth solid $clr-textarea-border-color;
color: $clr-textarea-text-color;
border-radius: $clr-global-borderradius;
padding: 0.5rem 0.25rem;
padding: 0.25rem 0.5rem;

&:focus {
@include include-outline-style-form-fields();
Expand Down

0 comments on commit 09cb7e3

Please sign in to comment.