mirror of
https://github.com/zhigang1992/form-render.git
synced 2026-04-29 20:45:03 +08:00
missing class .tr
This commit is contained in:
5
atom.css
5
atom.css
@@ -224,6 +224,11 @@
|
||||
.w-two-thirds { width: calc( 100% / 1.5 ); }
|
||||
.w-auto { width: auto; }
|
||||
|
||||
.tl { text-align: left; }
|
||||
.tr { text-align: right; }
|
||||
.tc { text-align: center; }
|
||||
.tj { text-align: justify; }
|
||||
|
||||
.overflow-visible { overflow: visible; }
|
||||
.overflow-hidden { overflow: hidden; }
|
||||
.overflow-scroll { overflow: scroll; }
|
||||
|
||||
Reference in New Issue
Block a user