1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Fix vertical align of markdown editor in Safari

Fixes #2008
This commit is contained in:
Nick O'Leary 2018-12-19 10:04:36 +00:00
parent b837f7608c
commit 091de3aa66
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -42,11 +42,13 @@
.red-ui-panels.red-ui-panels-horizontal {
height: 100%;
.red-ui-panel {
vertical-align: top;
display: inline-block;
height: 100%;
width: calc(50% - 4px);
}
.red-ui-panels-separator {
vertical-align: top;
border-top: none;
border-bottom: none;
border-left: 1px solid $secondary-border-color;