This is a fix for issue 933 which restores the original alligment of the analog clock; the analog clock still does not properly align to the left of the left sidebar when content of other left sidebar modules is too wide.
This commit is contained in:
Unknown 2017-07-08 21:31:05 +02:00
parent 8893df118e
commit 551619e772
2 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,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%;