@worksafevictoria/wcl7.5 1.1.0-beta.83 → 1.1.0-beta.84

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worksafevictoria/wcl7.5",
3
- "version": "1.1.0-beta.83",
3
+ "version": "1.1.0-beta.84",
4
4
  "main": "src/index.js",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -189,7 +189,7 @@
189
189
  border-radius: 3px;
190
190
 
191
191
  &__inner {
192
- height: 85%; // 100%;
192
+ height: 100%;
193
193
  position: relative;
194
194
  }
195
195
 
@@ -286,7 +286,7 @@ export default {
286
286
  &__content {
287
287
  &--left {
288
288
  .alert-strip__heading {
289
- display: inline-block;
289
+ display: block; //inline-block;
290
290
  margin-bottom: 16px;
291
291
  }
292
292
  }