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/_label.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/_label.scss')
-rw-r--r-- | WebContent/VAADIN/themes/valo/components/_label.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_label.scss b/WebContent/VAADIN/themes/valo/components/_label.scss index b59d3e0e21..cfec847271 100644 --- a/WebContent/VAADIN/themes/valo/components/_label.scss +++ b/WebContent/VAADIN/themes/valo/components/_label.scss @@ -101,7 +101,7 @@ $v-letter-spacing--h4: 0 !default; * Outputs the selectors and styles for the Label component. * * @param {string} $primary-stylename (v-label) - 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 label */ |