@posiwise/core-styles 1.0.1 → 1.0.2

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": "@posiwise/core-styles",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -5026,10 +5026,18 @@ body {
5026
5026
  margin: 15px 0;
5027
5027
  padding: 5px;
5028
5028
 
5029
+ // Used across CRM/Admin tables for MRR + totals cells
5030
+ .expected-mrr,
5031
+ .mrr-header {
5032
+ white-space: nowrap;
5033
+ word-break: keep-all;
5034
+ }
5035
+
5029
5036
  .total-records-count {
5030
5037
  bottom: -8px;
5031
5038
  float: left;
5032
5039
  position: relative;
5040
+ white-space: nowrap;
5033
5041
  }
5034
5042
 
5035
5043
  .search-filter {