fix-response-width (#1054)

This commit is contained in:
Joel Elias Méndez 2021-10-14 13:29:12 -03:00 committed by GitHub
parent e9a1a2e5be
commit b8be664809
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 5 deletions

View File

@ -169,13 +169,13 @@
}
&__reopen-closeticket-buttons {
width: 230px;
display: flex;
justify-content: space-between;
align-content: center;
}
&__response {
width: 100%;
margin-top: 20px;
position: relative;
@ -222,9 +222,6 @@
}
// &__delete-button {
// }
@media screen and (max-width: 1151px) {
.ticket-viewer__info {
&-container {

View File

@ -49,7 +49,7 @@ class LoginController extends Controller {
public function handler() {
$this->clearOldRememberTokens();
if ($this->checkInputCredentials() || $this->checkRememberToken()) {
if($this->userInstance->verificationToken !== null) {
throw new RequestException(ERRORS::UNVERIFIED_USER);