From ff36520ed0c4f482a64718d1a2688b539ca687c2 Mon Sep 17 00:00:00 2001 From: Giuliano Rullo Date: Wed, 23 Dec 2015 16:33:13 +0100 Subject: [PATCH] Bumped version to 0.10.0 RC1 --- mat-toolbar.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/mat-toolbar.html b/mat-toolbar.html index 88f2a97..c5c620b 100644 --- a/mat-toolbar.html +++ b/mat-toolbar.html @@ -83,8 +83,8 @@ :host .wrapper ::content > .label { @apply(--layout-flex); overflow: hidden; - text-overflow: ellipsis !important; - white-space: nowrap !important; + text-overflow: ellipsis !important; /* override */ + white-space: nowrap !important; /* override */ } :host .wrapper ::content > .label:first-child { @@ -101,11 +101,11 @@ /* ALIGNMENT */ - :host([justified=""]) .wrapper { @apply(--layout-justified); } - :host([justified="around"]) .wrapper { @apply(--layout-around-justified); } - :host([justified="center"]) .wrapper { @apply(--layout-center-justified); } - :host([justified="end"]) .wrapper { @apply(--layout-end-justified); } - :host([justified="start"]) .wrapper { @apply(--layout-start-justified); } + :host([justified="between"]) .wrapper { @apply(--layout-justified); } + :host([justified="around"]) .wrapper { @apply(--layout-around-justified); } + :host([justified="center"]) .wrapper { @apply(--layout-center-justified); } + :host([justified="end"]) .wrapper { @apply(--layout-end-justified); } + :host([justified="start"]) .wrapper { @apply(--layout-start-justified); } @@ -146,7 +146,7 @@ * The toolbar's alignment. * * @attribute justified - * @type "around" | "center" | "end" | "start" + * @type "around" | "between" | "center" | "end" | "start" */ justified: { reflectToAttribute: true,