Shorten custom css of export form

This commit is contained in:
Anton Khorev 2024-04-13 03:15:32 +03:00
parent df77a93758
commit b91476cf04
2 changed files with 5 additions and 12 deletions

View file

@ -645,16 +645,9 @@ tr.turn:hover {
/* Rules for export sidebar */
.export_form {
.export_area_inputs,
.export_button {
text-align: center;
}
.export_area_inputs {
margin-bottom: $spacer;
input[type="text"] {
width: 100px;
text-align: center;
}
}