Skip to content
Snippets Groups Projects
Commit 945aa847 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

Fixing too long href

parent b38d5013
No related branches found
No related tags found
No related merge requests found
Pipeline #14400 passed
......@@ -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;
......
......@@ -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;
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment