We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec099e6 commit 3056b14Copy full SHA for 3056b14
apps/demos/Demos/Form/SmartPaste/jQuery/styles.css
@@ -1,7 +1,6 @@
1
.demo-container {
2
display: grid;
3
grid-template-columns: 1fr 2fr;
4
- grid-template-columns: calc((100% - 60px) / 3) calc(100% - 40px - ((100% - 60px) / 3));
5
grid-template-rows: auto auto;
6
gap: 24px 40px;
7
min-width: 720px;
@@ -23,7 +22,7 @@
23
22
padding-top: 4px;
24
}
25
26
-.dx-toast-icon {
+.dx-toast-info .dx-toast-icon {
27
display: none;
28
29
0 commit comments