From 088b4af79545961cd49ba17a3f26392aa72f237d Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Fri, 3 May 2019 18:44:06 -0700 Subject: [PATCH] Appease stylelint --- .../Interactive/InteractiveImportRow.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/InteractiveImport/Interactive/InteractiveImportRow.css b/frontend/src/InteractiveImport/Interactive/InteractiveImportRow.css index 98ab42d4a..012108f8c 100644 --- a/frontend/src/InteractiveImport/Interactive/InteractiveImportRow.css +++ b/frontend/src/InteractiveImport/Interactive/InteractiveImportRow.css @@ -1,24 +1,24 @@ .relativePath { - composes: cell from "~Components/Table/Cells/TableRowCell.css"; + composes: cell from '~Components/Table/Cells/TableRowCell.css'; word-break: break-all; } .quality, .language { - composes: cell from "~Components/Table/Cells/TableRowCell.css"; + composes: cell from '~Components/Table/Cells/TableRowCell.css'; text-align: center; } .label { - composes: label from "~Components/Label.css"; + composes: label from '~Components/Label.css'; cursor: pointer; } .reprocessing { - composes: loading from "~Components/Loading/LoadingIndicator.css"; + composes: loading from '~Components/Loading/LoadingIndicator.css'; margin-top: 0; text-align: start;