ros.grant.common 2.0.1567 → 2.0.1568

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.
@@ -17,6 +17,7 @@
17
17
  &.header_wide {
18
18
  padding-top: 24px;
19
19
  z-index: 6;
20
+ height: auto;
20
21
 
21
22
  header {
22
23
  .container {
@@ -138,6 +139,8 @@
138
139
  display: block;
139
140
  color: var(--Main1);
140
141
  white-space: nowrap;
142
+ overflow: hidden;
143
+ text-overflow: ellipsis;
141
144
 
142
145
  @media (max-width: 659px) {
143
146
  display: none;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.1567",
2
+ "version": "2.0.1568",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "scripts": {