mirror of
https://github.com/usatiuk/writer.git
synced 2025-10-28 16:07:49 +01:00
fix navbar overflow
This commit is contained in:
@@ -24,6 +24,11 @@
|
||||
.bp3-navbar {
|
||||
transition: 0.3s;
|
||||
|
||||
> * {
|
||||
// keeps the breadcrumbs from taking all the space
|
||||
max-width: 70%;
|
||||
}
|
||||
|
||||
* {
|
||||
transition: 0.3s;
|
||||
}
|
||||
@@ -45,4 +50,4 @@
|
||||
.bp3-navbar {
|
||||
transition: 0.3s;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user