mirror of
https://github.com/lldap/lldap.git
synced 2026-04-05 14:48:10 +00:00
app: Remove max-width in main component
This commit is contained in:
committed by
nitnelave
parent
41e38234ed
commit
0aa31a282a
@@ -122,7 +122,7 @@ impl Component for App {
|
||||
<Banner is_admin={is_admin} username={username} on_logged_out={link.callback(|_| Msg::Logout)} />
|
||||
<div class="container py-3 bg-kug">
|
||||
<div class="row justify-content-center" style="padding-bottom: 80px;">
|
||||
<main class="py-3" style="max-width: 1000px">
|
||||
<main class="py-3">
|
||||
<Switch<AppRoute>
|
||||
render={Switch::render(move |routes| Self::dispatch_route(routes, &link, is_admin, password_reset_enabled))}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user