Semantic-UI-CSS
Semantic-UI-CSS copied to clipboard
CSS Only distribution
Results
53
Semantic-UI-CSS issues
Sort by
recently updated
recently updated
newest added
Fix for: https://github.com/Semantic-Org/Semantic-UI-CSS/issues/89
There’s a bug when rendering long text without spaces. The text becomes truncated and overflows the container if we set width to the Dropdown.
if i am use StepGroup than got this error import { Step, StepGroup } from 'semantic-ui-react'; const MainPage = () => ( Test ); export default MainPage;