fix: overflow in report and space page
This commit is contained in:
@@ -46,7 +46,7 @@
|
|||||||
}}
|
}}
|
||||||
class="reportContainer"
|
class="reportContainer"
|
||||||
>
|
>
|
||||||
<h1>Submit a Report</h1>
|
<h1 class="submitHeader">Submit a Report</h1>
|
||||||
<p>What's the reason?</p>
|
<p>What's the reason?</p>
|
||||||
<select name="reportType" class="reportType" required bind:value={reportData.type}>
|
<select name="reportType" class="reportType" required bind:value={reportData.type}>
|
||||||
<option value="" disabled selected>Report type</option>
|
<option value="" disabled selected>Report type</option>
|
||||||
@@ -98,6 +98,9 @@
|
|||||||
border: 2px solid #eaffeb;
|
border: 2px solid #eaffeb;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.submitHeader {
|
||||||
|
width: 80%;
|
||||||
|
}
|
||||||
.reportType {
|
.reportType {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|||||||
@@ -187,6 +187,8 @@
|
|||||||
.addrMap {
|
.addrMap {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
aspect-ratio: 1 / 1;
|
aspect-ratio: 1 / 1;
|
||||||
|
border-radius: 0.5rem;
|
||||||
|
border: 2px solid #eaffeb;
|
||||||
}
|
}
|
||||||
.reportButton {
|
.reportButton {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user