Fixed formatting of placeholder test

This commit is contained in:
FrederikBaerentsen 2024-12-29 14:03:23 +01:00
parent 3c47054ce1
commit 4fe84c66f1

View File

@ -24,6 +24,11 @@ table.sortable tbody tr:nth-child(2n+1) td {
background: #ecf0f1;
}
.my-input::placeholder {
color: var(--bulma-grey-dark);
}
.name-class {
max-width: 300px;
overflow: hidden;