Skip to content

Commit

Permalink
Fixed size tracking for overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleeckx committed Sep 5, 2016
1 parent 5d25110 commit babbbdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/WebComponents/Notification/notification.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<div id="icon">
<vi-icon source="[[icon]]"></vi-icon>
</div>
<div class="flex" on-tap="_moreInfo">
<template is="dom-if" if="[[shown]]">
<div class="flex relative" on-tap="_moreInfo">
<template is="dom-if" if="[[!hidden]]">
<vi-size-tracker on-sizechanged="_trackerSizeChanged"></vi-size-tracker>
</template>
<span id="text" inner-h-t-m-l="[[text]]"></span>
Expand Down

0 comments on commit babbbdc

Please sign in to comment.