Merge pull request #506 from zvikasdongre/patch-1

Fixed the text overflow issue in navbar.
This commit is contained in:
Dennis 2022-08-09 07:36:40 +02:00 committed by GitHub
commit 044a5af2f7
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;
}