mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
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:
@@ -40,6 +40,7 @@ h1 {
|
|||||||
font-size: 26px;
|
font-size: 26px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 30px 0 20px;
|
padding: 30px 0 20px;
|
||||||
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-container {
|
.content-container {
|
||||||
@@ -65,6 +66,9 @@ h1 {
|
|||||||
|
|
||||||
dl {
|
dl {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
&.dl-horizontal {
|
||||||
|
word-break: break-all;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dt,
|
dt,
|
||||||
|
Reference in New Issue
Block a user