@everchron/ec-shards 0.6.28 → 0.6.29

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": "@everchron/ec-shards",
3
- "version": "0.6.28",
3
+ "version": "0.6.29",
4
4
  "private": false,
5
5
  "description": "Everchron Shards UI Library",
6
6
  "repository": "https://github.com/everchron/ec-shards.git",
@@ -80,6 +80,7 @@
80
80
  margin-bottom: $alert-margin-bottom;
81
81
  border-radius: 3px;
82
82
  font-size: 13px;
83
+ text-align: left;
83
84
 
84
85
  &-inset{
85
86
  margin: 0;
@@ -114,6 +114,10 @@
114
114
  font-family: $mono;
115
115
  font-size: 13px;
116
116
  }
117
+
118
+ .ecs-alert{
119
+ margin: 0 -10px;
120
+ }
117
121
  }
118
122
 
119
123
  &-user{
@@ -183,4 +187,4 @@
183
187
  }
184
188
  }
185
189
  }
186
- </style>
190
+ </style>