Reduce toolbar height

pull/6730/head
Henriette Dinger 6 years ago
parent 22de96411f
commit 8a32f47f1d
  1. 1
      app/assets/stylesheets/layout/_toolbar.sass
  2. 2
      frontend/src/app/components/wp-query-select/wp-query-selectable-title.html

@ -51,7 +51,6 @@ $nm-color-success-background: #d8fdd1
.toolbar-container
padding: 0
margin-bottom: 12px
min-height: 50px
> .subtitle
font-size: rem-calc(14px)

@ -25,5 +25,5 @@
<h2 *ngIf="!editable"
[attr.title]="selectedTitle"
[ngClass]="{ '-disabled': disabled }"
class="ellipsis wp-query-selectable-title--fixed"> {{ selectedTitle | slice:0:50 }}
class="wp-query-selectable-title--fixed"> {{ selectedTitle | slice:0:50 }}
</h2>

Loading…
Cancel
Save