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