Skip to content

Commit

Permalink
Bumped version to 0.10.0 RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuliano Rullo committed Dec 23, 2015
1 parent fe38161 commit ff36520
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions mat-toolbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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); }

</style>

Expand Down Expand Up @@ -146,7 +146,7 @@
* The toolbar's alignment.
*
* @attribute justified
* @type "around" | "center" | "end" | "start"
* @type "around" | "between" | "center" | "end" | "start"
*/
justified: {
reflectToAttribute: true,
Expand Down

0 comments on commit ff36520

Please sign in to comment.