We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf9d39 commit 51aab0aCopy full SHA for 51aab0a
CHANGELOG.md
@@ -22,6 +22,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
22
- `textfield`
23
- inconsistencies of autovalidation when it's turned off.
24
- Tapping on tappable components no longer triggers tap highlight
25
+- `checkbox`
26
+ - Changed display to `inline-flex` to fix layout issues
27
28
### Changed
29
packages/checkbox/_checkbox.scss
@@ -22,7 +22,7 @@ limitations under the License.
:host {
outline: none;
- display: inline-block;
+ display: inline-flex;
-webkit-tap-highlight-color: transparent;
}
0 commit comments