Merge pull request #379 from answerdev/feat/1.1.0/ui
fix: change sidenav max width
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.nav {
|
||||
max-width: 172px;
|
||||
max-width: calc(100% - 24px);
|
||||
}
|
||||
.nav-link {
|
||||
color: rgba(0, 0, 0, 0.65);
|
||||
|
||||
Reference in New Issue
Block a user