From 6bdd1c4c0ea567c45fdecb1e858a99ee5da246ad Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Mon, 13 Apr 2020 19:13:39 +0800 Subject: Initial commit --- assets/sass/@primer/css/dist/truncate.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 assets/sass/@primer/css/dist/truncate.css (limited to 'assets/sass/@primer/css/dist/truncate.css') diff --git a/assets/sass/@primer/css/dist/truncate.css b/assets/sass/@primer/css/dist/truncate.css new file mode 100644 index 0000000..3b246f4 --- /dev/null +++ b/assets/sass/@primer/css/dist/truncate.css @@ -0,0 +1,3 @@ +.css-truncate.css-truncate-overflow,.css-truncate .css-truncate-overflow,.css-truncate.css-truncate-target,.css-truncate .css-truncate-target{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.css-truncate.css-truncate-target,.css-truncate .css-truncate-target{display:inline-block;max-width:125px;vertical-align:top}.css-truncate.expandable.zeroclipboard-is-hover .css-truncate-target,.css-truncate.expandable.zeroclipboard-is-hover.css-truncate-target,.css-truncate.expandable:hover .css-truncate-target,.css-truncate.expandable:hover.css-truncate-target{max-width:10000px !important} + +/*# sourceMappingURL=truncate.css.map */ \ No newline at end of file -- cgit v1.2.3