Skip to content

Commit 3056b14

Browse files
author
Julia Volkova
committed
remove icon only from info, fr's for columns
1 parent ec099e6 commit 3056b14

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/demos/Demos/Form/SmartPaste/jQuery/styles.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.demo-container {
22
display: grid;
33
grid-template-columns: 1fr 2fr;
4-
grid-template-columns: calc((100% - 60px) / 3) calc(100% - 40px - ((100% - 60px) / 3));
54
grid-template-rows: auto auto;
65
gap: 24px 40px;
76
min-width: 720px;
@@ -23,7 +22,7 @@
2322
padding-top: 4px;
2423
}
2524

26-
.dx-toast-icon {
25+
.dx-toast-info .dx-toast-icon {
2726
display: none;
2827
}
2928

0 commit comments

Comments
 (0)