From df6d2f8a2a2e8622ac6d49c12e66bc87d8f8e602 Mon Sep 17 00:00:00 2001 From: Kyle Goodale Date: Wed, 24 Apr 2019 16:39:00 -0400 Subject: [PATCH] Fixed typo. fixedWidht -> .fixedWidth --- .../src/main/scala/io/udash/bootstrap/utils/UdashIcons.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap4/.js/src/main/scala/io/udash/bootstrap/utils/UdashIcons.scala b/bootstrap4/.js/src/main/scala/io/udash/bootstrap/utils/UdashIcons.scala index 3f0ecc62d..4e3fd4051 100644 --- a/bootstrap4/.js/src/main/scala/io/udash/bootstrap/utils/UdashIcons.scala +++ b/bootstrap4/.js/src/main/scala/io/udash/bootstrap/utils/UdashIcons.scala @@ -11,7 +11,7 @@ object UdashIcons { object Modifiers { def border: CssStyle = CssStyleName("fa-border") - def fixedWidht: CssStyle = CssStyleName("fa-fw") + def fixedWidth: CssStyle = CssStyleName("fa-fw") def inverse: CssStyle = CssStyleName("fa-inverse") def pullLeft: CssStyle = CssStyleName("fa-pull-left") def pullRight: CssStyle = CssStyleName("fa-pull-right")