delete margin (#7904)

Ref: #4493

Before:
<img width="816" height="571" alt="grafik" src="https://github.com/user-attachments/assets/bfc6c933-5e4e-46e8-91d7-0e0e7b469671" />

After:
<img width="795" height="523" alt="grafik" src="https://github.com/user-attachments/assets/5b5a668c-c3ca-46ef-be69-ad5b5b90a412" />
This commit is contained in:
maTh
2025-09-03 06:52:31 +02:00
committed by GitHub
parent 8a59dc3402
commit e8a5e4e50f
4 changed files with 0 additions and 4 deletions

View File

@@ -466,7 +466,6 @@ th {
}
.prompt input {
margin: 5px auto;
width: 100%;
}

View File

@@ -466,7 +466,6 @@ th {
}
.prompt input {
margin: 5px auto;
width: 100%;
}

View File

@@ -354,7 +354,6 @@ textarea:invalid {
.prompt input,
.prompt select,
.prompt .stick {
margin: 5px auto;
width: 100%;
box-sizing: border-box;
}

View File

@@ -354,7 +354,6 @@ textarea:invalid {
.prompt input,
.prompt select,
.prompt .stick {
margin: 5px auto;
width: 100%;
box-sizing: border-box;
}