mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-19 02:26:21 +00:00
fix: permitir que las migas sigan el ancho de pantalla
This commit is contained in:
parent
6ea79f2fec
commit
92dce3cd28
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
%nav.navbar
|
||||
%nav.navbar.flex-nowrap
|
||||
%a.navbar-brand.d-none.d-sm-block{ href: '/' }
|
||||
= inline_svg_tag 'sutty.svg', class: 'black', aria: true,
|
||||
title: t('svg.sutty.title'), desc: t('svg.sutty.desc')
|
||||
|
||||
%nav{ aria: { label: t('.title') } }
|
||||
%nav.flex-grow-1{ aria: { label: t('.title') } }
|
||||
%ol.breadcrumb.m-0.flex-wrap
|
||||
- breadcrumb_trail do |crumb|
|
||||
%li.breadcrumb-item{ class: crumb.current? ? 'active' : '' }
|
||||
|
|
Loading…
Reference in a new issue