mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-14 10:26:19 +01:00
17 lines
268 B
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;
|
|
}
|