react-gldn-kit 0.0.12 → 0.0.13
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/dist/main.css +2 -0
- package/package.json +1 -1
package/dist/main.css
CHANGED
|
@@ -3899,6 +3899,8 @@
|
|
|
3899
3899
|
--width: 60px;
|
|
3900
3900
|
width: 60px;
|
|
3901
3901
|
width: var(--width);
|
|
3902
|
+
text-overflow: ellipsis;
|
|
3903
|
+
overflow: hidden;
|
|
3902
3904
|
}
|
|
3903
3905
|
@media screen and (min-width: 768px) {
|
|
3904
3906
|
.KIT__Leaderboard-module__wrapperLeaderboard___a7Igz .KIT__Leaderboard-module__board___F9Dbg .KIT__Leaderboard-module__header___wRCOl .KIT__Leaderboard-module__left___wEaS9 .KIT__Leaderboard-module__rating___otKNs {
|