File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 406406 align-self : center !important ;
407407}
408408
409+ .ui [class *= "left aligned" ].grid > .column ,
410+ .ui [class *= "left aligned" ].grid > .row > .column ,
411+ .ui .grid > [class *= "left aligned" ].row > .column ,
412+ .ui .grid > [class *= "left aligned" ].column .column ,
413+ .ui .grid > .row > [class *= "left aligned" ].column .column {
414+ text-align : left;
415+ align-self : inherit;
416+ }
417+
409418.ui [class *= "center aligned" ].grid > .column ,
410419.ui [class *= "center aligned" ].grid > .row > .column ,
411420.ui .grid > [class *= "center aligned" ].row > .column ,
418427 justify-content : center;
419428}
420429
430+ .ui [class *= "right aligned" ].grid > .column ,
431+ .ui [class *= "right aligned" ].grid > .row > .column ,
432+ .ui .grid > [class *= "right aligned" ].row > .column ,
433+ .ui .grid > [class *= "right aligned" ].column .column ,
434+ .ui .grid > .row > [class *= "right aligned" ].column .column {
435+ text-align : right;
436+ align-self : inherit;
437+ }
438+
421439.ui [class *= "equal width" ].grid > .column : not (.row ),
422440.ui [class *= "equal width" ].grid > .row > .column ,
423441.ui .grid > [class *= "equal width" ].row > .column {
You can’t perform that action at this time.
0 commit comments