5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-06 20:26:57 +00:00

fix: permitir que las migas sigan el ancho de pantalla

This commit is contained in:
f 2023-04-15 16:40:01 -03:00
parent 6ea79f2fec
commit 92dce3cd28

View file

@ -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' : '' }