summaryrefslogtreecommitdiffstats
path: root/browser/base/content/abouthealthreport/abouthealth.css
blob: 3dd40fc24312056a31c57e47c15131fc12377f9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

#remote-report {
  width: 100%;
  height: 100%;
  border: 0;
  display: flex;
}