5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-17 03:16:21 +00:00

Merge branch 'issue-13160' into issue-13096

This commit is contained in:
f 2023-04-21 12:36:08 -03:00
commit 888660b66c
3 changed files with 6 additions and 2 deletions

View file

@ -384,6 +384,7 @@ $bezier: cubic-bezier(0.75, 0, 0.25, 1);
}
.word-break-all { word-break: break-all !important; }
.hyphens { hyphens: auto; }
/*
* Modificadores de Bootstrap que no tienen versión responsive.

View file

@ -1,7 +1,7 @@
%main.row
%aside.menu.col-md-3
%h1= @site.title
%p.lead= @site.description
= render 'sites/header', site: @site
- cache_if @usuarie, [@site, I18n.locale] do
= render 'sites/status', site: @site

View file

@ -0,0 +1,3 @@
.hyphens{ lang: site.default_locale }
%h1= site.title
%p.lead= site.description