Fixed the text overflow issue in navbar.

This commit is contained in:
Vikas Dongre 2022-08-06 11:49:22 +05:30 committed by GitHub
parent ebf8902870
commit 9205ef95d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

6
public/css/app.css vendored
View file

@ -15,7 +15,11 @@
border-radius: 10px;
box-shadow: inset 7px 10px 12px #343a40;
}
.nav-link>span,
.nav-link {
display: flex;
align-items: center;
}
/*!
* AdminLTE v3.1.0-rc
* Author: Colorlib

View file

@ -14,3 +14,8 @@
border-radius: 10px;
box-shadow: inset 7px 10px 12px #343a40;
}
.nav-link>span,
.nav-link {
display: flex;
align-items: center;
}