@monolith-forensics/monolith-ui 1.3.3 → 1.3.4

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.
@@ -156,7 +156,6 @@ const StyledContent = styled.div `
156
156
  white-space: normal;
157
157
  word-break: break-word;
158
158
  overflow-wrap: anywhere;
159
- vertical-align: baseline;
160
159
  }
161
160
 
162
161
  th.is-empty p::before {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monolith-forensics/monolith-ui",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "author": "Matt Danner (Monolith Forensics LLC)",