Fixed width of Content Type field

This commit is contained in:
2023-02-15 12:14:30 +01:00
parent 134696f73c
commit 8e18fd9964

View File

@@ -1,4 +1,9 @@
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;700&display=swap');
imput {
box-sizing: border-box;
}
.hyperlink, .hyperlink:visited, .hyperlink:active {
color: rgb(47, 125, 146);
cursor: pointer;