This repository has been archived on 2025-09-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
repertory-ui/src/components/MountItem/MountItem.css
Scott E. Graves 712ad932be Added padding
2018-10-03 22:38:51 -05:00

8 lines
84 B
CSS

.MountItem {
padding: 0;
margin: 0;
width: 100%;
box-sizing: border-box;
}