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 fe308b6 commit d5eb058Copy full SHA for d5eb058
src/components/cards/card.css
@@ -234,7 +234,6 @@
234
margin-left: 0.25rem;
235
}
236
237
-
238
[dir="ltr"] .close-icon {
239
240
src/components/cards/cards.jsx
@@ -3,7 +3,7 @@ import React, {Fragment} from 'react';
3
import classNames from 'classnames';
4
import {FormattedMessage} from 'react-intl';
5
import Draggable from 'react-draggable';
6
-import Box from '../box/box.jsx';
+// import Box from '../box/box.jsx';
7
8
import styles from './card.css';
9
0 commit comments