Fixed the text overflow issue in navbar.
This commit is contained in:
parent
ebf8902870
commit
9205ef95d2
2 changed files with 10 additions and 1 deletions
6
public/css/app.css
vendored
6
public/css/app.css
vendored
|
@ -15,7 +15,11 @@
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
box-shadow: inset 7px 10px 12px #343a40;
|
box-shadow: inset 7px 10px 12px #343a40;
|
||||||
}
|
}
|
||||||
|
.nav-link>span,
|
||||||
|
.nav-link {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
/*!
|
/*!
|
||||||
* AdminLTE v3.1.0-rc
|
* AdminLTE v3.1.0-rc
|
||||||
* Author: Colorlib
|
* Author: Colorlib
|
||||||
|
|
5
resources/css/stylesheet.css
vendored
5
resources/css/stylesheet.css
vendored
|
@ -14,3 +14,8 @@
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
box-shadow: inset 7px 10px 12px #343a40;
|
box-shadow: inset 7px 10px 12px #343a40;
|
||||||
}
|
}
|
||||||
|
.nav-link>span,
|
||||||
|
.nav-link {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
Loading…
Reference in a new issue