Skip to content

Commit fba68c5

Browse files
committed
Release Bauhaus Centenary v1.0.2
Fix button height in IE
1 parent b1d5d7e commit fba68c5

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

blocks/bauhaus-centenary/editor.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
margin-right: 0.75em;
55
}
66

7-
.components-icon-button svg {
7+
.icon-button svg {
88
// IE11 requires a fixed width & height for SVGs. Values are calculated
99
// from what `height: 100%` and `width: auto` would have resulted in.
1010
height: 26px;

blocks/bauhaus-centenary/style.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
text-align: center;
88
border-radius: 4px;
99

10-
.icon-button svg {
11-
height: 100%;
12-
}
13-
1410
.forms,
1511
.year,
1612
.ribbon {

bundler/bundles/bauhaus-centenary.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"blocks": [
33
"bauhaus-centenary"
44
],
5-
"version": "1.0.1",
5+
"version": "1.0.2",
66
"name": "Bauhaus Centenary",
77
"description": "Celebrate the centenary of the design school",
88
"resource": "a8c-bauhaus-centenary"

bundler/resources/a8c-bauhaus-centenary/readme.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ You can follow development, file an issue, suggest features, and view the source
2929

3030
== Changelog ==
3131

32+
= 1.0.2 - 6th March 2020 =
33+
* Fix button style in IE
34+
3235
= 1.0.1 - 6th March 2020 =
3336
* Fix button styling and deprecation warnings in Gutenberg v6.7.0
3437
* Fix missing text domains for translations

0 commit comments

Comments
 (0)