Skip to content

Commit

Permalink
fix: (Core) add stronger selector for Message strip (#3754)
Browse files Browse the repository at this point in the history
* fix: Add stronger selector for message strip

* add todo comment
  • Loading branch information
JKMarkowski committed Nov 5, 2020
1 parent 91aac67 commit dc1a6a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libs/core/src/lib/message-strip/message-strip.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
display: block;
}

// TODO: Remove after https://github.com/SAP/fundamental-styles/pull/1856 is merged
.fd-button.fd-message-strip__close {
position: absolute;
}

.fd-has-display-block {
display: block;
}
Expand Down

0 comments on commit dc1a6a2

Please sign in to comment.