We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c54e9b commit 2fee02bCopy full SHA for 2fee02b
src/app/card/card.sample.scss
@@ -6,21 +6,31 @@
6
gap: 1rem;
7
}
8
9
-.angular-cards, .wc-cards {
10
- justify-items: center;
+.angular-cards,
+.wc-cards {
11
display: grid;
12
- grid-auto-flow: row;
13
- grid-template-rows: subgrid;
14
- grid-row: span 5;
+ gap: 1rem;
+ grid-row: 1;
+}
15
+
16
17
+.angular-cards:dir(rtl) {
18
+ grid-column: 2;
19
20
21
+.wc-cards:dir(rtl) {
22
+ grid-column: 1;
23
24
25
26
.custom-controls {
27
28
29
30
31
#igniteui-demo-app .sample-title {
32
margin-bottom: 0;
33
+ justify-self: center;
34
35
36
#igniteui-demo-app .sample-wrapper {
0 commit comments