1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

[CL-137] add temporary CSS reset for cross-client styles (#6626)

This commit is contained in:
Will Martin
2023-10-19 23:38:48 -04:00
committed by GitHub
parent e9f0c07b02
commit dbcd369ba2
3 changed files with 18 additions and 5 deletions

View File

@@ -0,0 +1,16 @@
/**
* 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;
}