diff options
author | Sara Seppola <sara@vaadin.com> | 2014-10-16 16:54:11 +0300 |
---|---|---|
committer | Sauli Tähkäpää <sauli@vaadin.com> | 2014-10-29 10:35:38 +0200 |
commit | 8acd77db4f1c8804c30e7629be87646cfc353976 (patch) | |
tree | accce7efc8b32b37b948c53d57af3fe681280364 /WebContent/VAADIN/themes/valo/components/_textarea.scss | |
parent | c0ca0c495257fdb576ed06ce0c28a92c5cadbf18 (diff) | |
download | vaadin-framework-8acd77db4f1c8804c30e7629be87646cfc353976.tar.gz vaadin-framework-8acd77db4f1c8804c30e7629be87646cfc353976.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 |