From d3a96fac12f879cceae3d3c5d08601bbf033546c Mon Sep 17 00:00:00 2001 From: Robin Dadswell Date: Mon, 18 Jan 2021 01:02:04 +0000 Subject: [PATCH] added missing css file --- frontend/src/Author/Editor/AuthorEditorRow.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 frontend/src/Author/Editor/AuthorEditorRow.css diff --git a/frontend/src/Author/Editor/AuthorEditorRow.css b/frontend/src/Author/Editor/AuthorEditorRow.css new file mode 100644 index 000000000..77d1f4feb --- /dev/null +++ b/frontend/src/Author/Editor/AuthorEditorRow.css @@ -0,0 +1,5 @@ +.bookFolder { + composes: cell from '~Components/Table/Cells/TableRowCell.css'; + + width: 150px; +}