removed the overflow option for the form

pull/73/head
Maria-Aidarus 2023-11-26 15:14:12 +03:00
rodzic c46f1b0f28
commit bb868258af
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -74,7 +74,7 @@
max-width: 400px;
width: 100%;
white-space: nowrap; /* Prevent wrapping to the next line */
overflow: hidden; /* Hide the overflow */
/* overflow: hidden; Hide the overflow */
text-align: center; /* Center-align text in result div */
margin-left: auto; /* Move to the center horizontally */
margin-right: auto; /* Move to the center horizontally */