Misc Fixes 2

- Better approach to title in layout frames;
- Removed unneeded !important attribs;
This commit is contained in:
charlesh88 2019-04-16 23:31:59 -07:00
parent 3316500774
commit cf6458c69d
2 changed files with 3 additions and 2 deletions

View File

@ -22,6 +22,7 @@
<template>
<layout-frame :item="item"
:grid-size="gridSize"
:title="domainObject && domainObject.name"
@move="(gridDelta) => $emit('move', gridDelta)"
@endMove="() => $emit('endMove')">
<object-frame v-if="domainObject"

View File

@ -194,8 +194,8 @@
/********************************* STYLES FOR DESKTOP COLLAPSED PANES, ALL ORIENTATIONS */
$d: nth($splitterBtnD, 1);
flex-basis: $d;
min-width: $d !important;
min-height: $d !important;
min-width: $d;
min-height: $d;
> .l-pane__handle {
display: none;