mirror of https://gitee.com/answerdev/answer.git
fix: change sidenav max width
This commit is contained in:
parent
7c1d4af7c9
commit
58ff1215f1
|
@ -10,7 +10,7 @@
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
}
|
}
|
||||||
.nav {
|
.nav {
|
||||||
max-width: 172px;
|
max-width: calc(100% - 24px);
|
||||||
}
|
}
|
||||||
.nav-link {
|
.nav-link {
|
||||||
color: rgba(0, 0, 0, 0.65);
|
color: rgba(0, 0, 0, 0.65);
|
||||||
|
|
Loading…
Reference in New Issue