mirror of
https://github.com/usatiuk/writer.git
synced 2025-10-29 00:17:48 +01:00
remove an extra border from document editor
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user