remove problematic style class

This commit is contained in:
2018-11-19 14:52:07 -05:00
parent bf67c3c979
commit 8515f79b8b
2 changed files with 0 additions and 7 deletions

View File

@@ -13,8 +13,6 @@ class EditorView : View("Befide") {
private val ioView = IOView(interp)
override val root = borderpane {
addClass("editor-root")
top { add(actionView) }
center {

View File

@@ -6,8 +6,3 @@
.text-area {
-fx-font-family: monospace;
}
.editor-root {
-fx-padding: 4px;
-fx-border-insets: 4px;
}