1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-14 10:26:19 +01:00
bitwarden-browser/libs/components/src/reset.css

17 lines
268 B
CSS

/**
* Reset styles to be consistent with Bootstrap reset
* Reassess when Bootstrap is removed and Tailwind preflight is added
*/
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
th {
text-align: inherit;
text-align: -webkit-match-parent;
}