remove problematic style class
This commit is contained in:
@@ -13,8 +13,6 @@ class EditorView : View("Befide") {
|
|||||||
private val ioView = IOView(interp)
|
private val ioView = IOView(interp)
|
||||||
|
|
||||||
override val root = borderpane {
|
override val root = borderpane {
|
||||||
addClass("editor-root")
|
|
||||||
|
|
||||||
top { add(actionView) }
|
top { add(actionView) }
|
||||||
|
|
||||||
center {
|
center {
|
||||||
|
|||||||
@@ -6,8 +6,3 @@
|
|||||||
.text-area {
|
.text-area {
|
||||||
-fx-font-family: monospace;
|
-fx-font-family: monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
.editor-root {
|
|
||||||
-fx-padding: 4px;
|
|
||||||
-fx-border-insets: 4px;
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user