From 7865ab54ab07eb63d96a29c6cc333afe441fbb85 Mon Sep 17 00:00:00 2001 From: Roman Mkrtchian Date: Fri, 5 Feb 2021 20:36:17 +0100 Subject: [PATCH] fix: typo on css rule making table rows center align --- css/basic.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/basic.less b/css/basic.less index ee6bdb7..7e834fb 100644 --- a/css/basic.less +++ b/css/basic.less @@ -112,7 +112,7 @@ body { vertical-align:middle; font-size:1em; - &.centralign { + &.centeralign { text-align: center; } &.rightalign {