app/components/yattho/beta/truncate.css in yattho_view_components-0.0.1 vs app/components/yattho/beta/truncate.css in yattho_view_components-0.1.1
- old
+ new
@@ -1,37 +2 @@
-/* Truncate */
-
-.Truncate {
- display: inline-flex;
- min-width: 0;
- max-width: 100%;
-}
-
-.Truncate > .Truncate-text {
- min-width: 1ch;
- max-width: -moz-fit-content;
- max-width: fit-content;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
-
-.Truncate > .Truncate-text + .Truncate-text {
- margin-left: var(--yattho-control-small-gap, 4px);
- }
-
-.Truncate > .Truncate-text.Truncate-text--primary {
- flex-basis: 200%;
- }
-
-.Truncate > .Truncate-text.Truncate-text--expandable:hover,
- .Truncate > .Truncate-text.Truncate-text--expandable:focus,
- .Truncate > .Truncate-text.Truncate-text--expandable:active {
- max-width: 100% !important;
- }
-
-.Truncate > .Truncate-text.Truncate-text--expandable:hover,
- .Truncate > .Truncate-text.Truncate-text--expandable:focus,
- .Truncate > .Truncate-text.Truncate-text--expandable:active {
- flex-shrink: 0;
- cursor: pointer;
- }
+.Truncate{display:inline-flex;max-width:100%;min-width:0}.Truncate>.Truncate-text{max-width:-moz-fit-content;max-width:fit-content;min-width:1ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Truncate>.Truncate-text+.Truncate-text{margin-left:var(--yattho-control-small-gap,4px)}.Truncate>.Truncate-text.Truncate-text--primary{flex-basis:200%}.Truncate>.Truncate-text.Truncate-text--expandable:active,.Truncate>.Truncate-text.Truncate-text--expandable:focus,.Truncate>.Truncate-text.Truncate-text--expandable:hover{cursor:pointer;flex-shrink:0;max-width:100%!important}
\ No newline at end of file