Skip to content

Commit 7deb9bb

Browse files
fix: pfe-cta arrow wrap issue #679 (#765)
* cta-arrow-wrap fix arrow wrap issue in chrome and edge 18
1 parent ba9d8b2 commit 7deb9bb

File tree

7 files changed

+395
-658
lines changed

7 files changed

+395
-658
lines changed

CHANGELOG-prerelease.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## Prerelease 40 ( TBD )
2+
3+
Tag: [v1.0.0-prerelease.40](https://github.com/patternfly/patternfly-elements/releases/tag/v1.0.0-prerelease.40)
4+
5+
- [ ]( ) fix: Prevent default pfe-cta arrow from wrapping to a new line by itself (#679)
6+
7+
18
## Prerelease 39 ( 2020-02-19 )
29

310
Tag: [v1.0.0-prerelease.39](https://github.com/patternfly/patternfly-elements/releases/tag/v1.0.0-prerelease.39)

elements/pfe-cta/demo/demo.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pfe-band[pfe-color="lightest"] pfe-card[pfe-color="lightest"] {
2727
padding: 10px;
2828
}
2929

30-
.resize > pfe-cta:first-child {
30+
.resize>pfe-cta:first-child {
3131
margin-right: 20px;
3232
}
3333

@@ -41,8 +41,8 @@ pfe-band[pfe-color="lightest"] pfe-card[pfe-color="lightest"] {
4141
margin-left: -20px;
4242
}
4343

44-
.card-layout > pfe-cta,
45-
.card-layout .cta-align > pfe-cta {
44+
.card-layout>pfe-cta,
45+
.card-layout .cta-align>pfe-cta {
4646
margin-top: 10px;
4747
margin-left: 20px;
4848
}
@@ -57,4 +57,4 @@ pfe-band[pfe-color="lightest"] pfe-card[pfe-color="lightest"] {
5757
padding: 60px 15px;
5858
background: #0c8488;
5959
--theme: saturated;
60-
}
60+
}

0 commit comments

Comments
 (0)