mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Fix library/clipboard import/export issues
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
padding: 0;
|
||||
background: $form-input-background;
|
||||
&>div {
|
||||
height: calc(100% - 20px)
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
.red-ui-clipboard-dialog-box {
|
||||
@@ -88,14 +88,11 @@
|
||||
width: calc(100% - 120px);
|
||||
}
|
||||
#red-ui-clipboard-dialog-export-tab-library-browser {
|
||||
height: calc(100% - 40px);
|
||||
margin-bottom: 10px;
|
||||
height: calc(100% - 60px);
|
||||
margin-bottom: 13px;
|
||||
border-bottom: 1px solid $primary-border-color;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
#red-ui-clipboard-dialog-import-tab-library {
|
||||
height: 100%;
|
||||
}
|
||||
#red-ui-clipboard-dialog-import-tab-library-browser {
|
||||
height: 100%;
|
||||
box-sizing: border-box;
|
||||
|
Reference in New Issue
Block a user