Fix small correctness issues in file viewer

This commit is contained in:
2023-10-23 17:10:27 +02:00
parent 1fd909a602
commit 7fdfaa91b8
2 changed files with 4 additions and 3 deletions

View File

@@ -28,6 +28,7 @@ export let width = "750px"
border-radius: 8px;
/* Prevent icon from being stretched if text content is too large */
align-self: center;
width: 128px;
}
.description {
flex: 1 1 auto;