Merge pull request #941 from QNimbus/fix-issue-933

Fix issue #933
This commit is contained in:
Michael Teeuw 2017-07-12 10:55:23 +02:00 committed by GitHub
commit 61d9112ba7
2 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Updated
### Fixed
- Fixed issue with incorrect allignment of analog clock when displayed in the center column of the MM
## [2.1.2] - 2017-07-01
### Changed

View File

@ -1,5 +1,5 @@
.clockCircle {
margin: 0;
margin: 0 auto;
position: relative;
border-radius: 50%;
background-size: 100%;