@kubit-ui-web/react-components
Version:
Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience
11 lines • 365 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.hideOverflowMixin = void 0;
const styled_components_1 = require("styled-components");
exports.hideOverflowMixin = (0, styled_components_1.css) `
overflow: hidden;
text-align: center;
white-space: nowrap;
word-break: break-all;
`;
//# sourceMappingURL=overflow.mixin.js.map