Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bryan BRANCOTTE
django-basetheme-bootstrap
Commits
945aa847
Commit
945aa847
authored
Sep 09, 2019
by
Bryan BRANCOTTE
Browse files
Fixing too long href
parent
b38d5013
Pipeline
#14400
passed with stage
in 32 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
basetheme_bootstrap/static/css/basetheme_bootstrap4.css
View file @
945aa847
...
...
@@ -21,6 +21,10 @@
user-select
:
none
;
}
.href-break-all
a
[
href
],
a
[
href
]
.href-break-all
{
word-break
:
break-all
!important
;
}
@media
(
min-width
:
768px
)
{
.bd-placeholder-img-lg
{
font-size
:
3.5rem
;
...
...
basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css
View file @
945aa847
...
...
@@ -4,6 +4,10 @@
}
}
.href-break-all
a
[
href
],
a
[
href
]
.href-break-all
{
word-break
:
break-all
!important
;
}
.content-page-title
.btn
,
html
{
font-family
:
"Brandon"
,
"Arial"
,
"Helvetica"
,
sans-serif
;
...
...
basetheme_bootstrap/templates/basetheme_bootstrap/about.example.html
View file @
945aa847
...
...
@@ -5,7 +5,7 @@
{% block content%}
<div
class=
"col-xs-12 col-12"
>
<h2>
{%trans "Team"%}
</h2>
<table
class=
"table"
>
<table
class=
"table
href-break-all
"
>
<thead>
<tr>
<th>
{%trans "Last name"%}
</th>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment