Skip to content

Commit

Permalink
Merge pull request #281 from KGoodale13/patch-1
Browse files Browse the repository at this point in the history
Fixed typo (.fixedWidht -> .fixedWidth)
  • Loading branch information
ddworak authored Apr 25, 2019
2 parents b6f3f9a + df6d2f8 commit de6c16b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit de6c16b

Please sign in to comment.