Skip to content
Snippets Groups Projects
Commit 4087b28d authored by Kyle Doherty's avatar Kyle Doherty
Browse files

full height master detail

parent 0b83383a
Branches
Tags
No related merge requests found
<div class="wrapper">
<div class="wrapper full-height flex flex-column">
<section class="my3 clearfix">
<div class="py2 float-right">
<div class="Button-group Button-group--blue text-uppercase text-bold">
......@@ -9,8 +9,7 @@
<h3 class="py2">{{database.name}}</h2>
</section>
<section class="DatabaseTablesAdmin Grid bordered rounded shadowed" ng-show="pane == 'tables'">
<section class="DatabaseTablesAdmin Grid bordered rounded shadowed flex-full mb4" ng-show="pane == 'tables'">
<div class="DatabaseTablesAdminSidebar Grid-cell Cell--1of3 border-right" ng-include="'/app/admin/databases/partials/database_table_list.html'">
</div>
......
......@@ -31,7 +31,7 @@
</h3>
<span class="EntityOriginalType">{{field.base_type}}</span>
<div class="pt1 full">
<div class="full">
<a e-class="full" href="#" ng-class="{EditedEntity: field.description }" editable-text="field.description" onaftersave="inlineSaveField($index)">
{{field.description || "Add a description..."}}
</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment