@d-i-t-a/reader 2.1.0-beta.5 → 2.1.0-beta.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -102,7 +102,7 @@
102
102
  margin: 0;
103
103
  background-color: #fafafa;
104
104
  border-radius: 0.5em;
105
- line-height: 0;
105
+ /*line-height: 1;*/
106
106
  max-width: 353px;
107
107
  }
108
108
  .d2-popup-content {
@@ -117,5 +117,5 @@
117
117
  background: #fafafa;
118
118
  border-radius: 0.5em;
119
119
  -webkit-font-smoothing: subpixel-antialiased;
120
- line-height: normal;
120
+ line-height: normal !important;
121
121
  }