Skip to content
Snippets Groups Projects
Commit 1c50d67f authored by dcz2's avatar dcz2
Browse files

Add h-100

parent fc4cf6e1
Branches
Tags
No related merge requests found
......@@ -27,8 +27,8 @@ const FramePreview = {
});
},
template: `
<div :key="unifiedFrameId" class="row">
<div class="col h-100 px-1 pt-0 pb-0 overflow-auto" id="frame-preview-left-pane">
<div :key="unifiedFrameId" class="row h-100">
<div class="col h-100 pr-0 pt-0 pb-0 overflow-auto" id="frame-preview-left-pane">
<lexical-unit-edit
:readOnly="true"
:unifiedFrameId="unifiedFrameId"
......
......@@ -45,7 +45,7 @@ export default {
}
},
template: `
<div v-if="key" :key="key" class="row m-0 p-0 overflow-auto" id="semantics-top-pane">
<div v-if="key" :key="key" class="row h-100 m-0 p-0 overflow-auto" id="semantics-top-pane">
<lexical-unit-display
v-if="lexicalUnitId && !isEdit"
:entryId="entryId"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment