diff options
author | Sara Seppola <sara@vaadin.com> | 2014-10-16 16:54:11 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-10-21 14:00:57 +0000 |
commit | 4bf205eb22f94387e6aed128f4b553bdd874f9e4 (patch) | |
tree | c7d49a9f22bcd7233d0228368e228f298fae39f6 /WebContent/VAADIN/themes/valo/components/_textarea.scss | |
parent | f24fe92ed3fea53f8907924a92fc235f84cdec0e (diff) | |
download | vaadin-framework-4bf205eb22f94387e6aed128f4b553bdd874f9e4.tar.gz vaadin-framework-4bf205eb22f94387e6aed128f4b553bdd874f9e4.zip |
Replace no-break-spaces with whitespaces (#14890)
Change-Id: Ib378fbea73bc16caa12deb14f760025e68f16288
Diffstat (limited to 'WebContent/VAADIN/themes/valo/components/_textarea.scss')
-rw-r--r-- | WebContent/VAADIN/themes/valo/components/_textarea.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_textarea.scss b/WebContent/VAADIN/themes/valo/components/_textarea.scss index ffd5ba855a..d600bc14c2 100644 --- a/WebContent/VAADIN/themes/valo/components/_textarea.scss +++ b/WebContent/VAADIN/themes/valo/components/_textarea.scss @@ -2,7 +2,7 @@ * Outputs the selectors and properties for the TextArea component. * * @param {string} $primary-stylename (v-textarea) - the primary style name for the selectors - * @param {bool} $include-additional-styles - should the mixin output all the different style variations of the component + * @param {bool} $include-additional-styles - should the mixin output all the different style variations of the component * * @group textarea */ @@ -62,7 +62,7 @@ /** * Outputs the styles for a text area variant. * - * @param {size} $unit-size ($v-unit-size) - The sizing of the text area, which corresponds its height + * @param {size} $unit-size ($v-unit-size) - The sizing of the text area, which corresponds its height * @param {size | list} $padding (null) - The padding of the text area. Computed from other parameters by default. * @param {color} $font-color (null) - The font color of the text area. Computed from the $background-color by default. * @param {number} $font-weight (max(400, $v-font-weight)) - The font weight of the text area |