Merge pull request #3075 from HRavalomanana/PHRAS-2618_Records_title_on_overview

PHRAS-2618 #comment merge Records: fix title and description display on overview
This commit is contained in:
Nicolas Maillat
2019-06-13 13:36:50 +02:00
committed by GitHub

View File

@@ -40,6 +40,7 @@ h1 {
font-size: 26px;
font-weight: bold;
padding: 30px 0 20px;
word-break: break-all;
}
.content-container {
@@ -65,6 +66,9 @@ h1 {
dl {
margin-bottom: 20px;
&.dl-horizontal {
word-break: break-all;
}
}
dt,