[Client] Fix back button overlap in interrogation view on small screens

A max-width property based on the viewport width less than a enough size has
been added on the interrogration title, in order to fix this issue.
This commit is contained in:
AudricV 2023-01-14 21:22:17 +01:00
parent 1bd17419f0
commit 02792bc20c
No known key found for this signature in database
GPG Key ID: DA92EC7905614198

View File

@ -136,6 +136,7 @@ html {
color: var(--red-color);
font-size: 3em;
font-weight: bold;
max-width: calc(100vw - 2em);
}
.suspects {