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

Fix splits in the display view

parent 49d17c6f
Branches
Tags
No related merge requests found
......@@ -57,7 +57,7 @@ export default {
</div>
<div id="entry-display" class="col h-100 p-0 overflow-hidden">
<div class="w-100 h-100">
<div id="right-pane" class="col w-100 p-0">
<div id="right-pane" class="col w-100 h-100 p-0">
<unification-right-pane
:key="lexicalUnitId"
:entryId="entryId"
......
......@@ -139,7 +139,7 @@ export default {
this.setup();
},
template: `
<div class="col p-0 overflow-hidden" style="height: 800px">
<div class="col p-0 h-100 overflow-hidden">
<div id="main-frames-pane" class="row">
<div class="col h-100 pl-3 pr-1 pt-0 pb-2 overflow-auto" id="semantics-frames-pane">
<spinner />
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment