Skip to content

Commit

Permalink
Merge pull request #55 from mkrtchian/table_centeralign_typo
Browse files Browse the repository at this point in the history
fix: typo on css rule making table rows center align
  • Loading branch information
LeonStaufer authored Feb 6, 2021
2 parents 3577d1d + 7865ab5 commit fbdf6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/basic.less
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ body {
vertical-align:middle;
font-size:1em;

&.centralign {
&.centeralign {
text-align: center;
}
&.rightalign {
Expand Down

0 comments on commit fbdf6b9

Please sign in to comment.