remove an extra border from document editor

This commit is contained in:
2019-02-10 20:45:51 +03:00
parent 78ec8c3269
commit 214b736548

View File

@@ -82,8 +82,6 @@
}
textarea,
.documentContents {
border: 1px solid $light-gray1;
border-radius: 3px;
padding: 0.5rem 1rem;
overflow: auto;
margin: 0;
@@ -121,6 +119,10 @@
}
}
}
.documentContents {
border: 1px solid $light-gray1;
border-radius: 3px;
}
}
.bp3-dark {