Minor user files page fixes

This commit is contained in:
mrfry 2021-05-15 11:26:06 +02:00
parent 1770094b37
commit c5fc0503d2
2 changed files with 1 additions and 1 deletions

View file

@ -94,6 +94,7 @@ function SubjNameInput({ onChange, uploading }) {
) : (
<div>
<input
autoFocus
placeholder={'Új tárgy neve'}
type="text"
onChange={(e) => {

View file

@ -95,7 +95,6 @@
.description {
padding: 5px;
text-align: center;
cursor: pointer;
}
.description > b {