mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
render_box person: possible to force disable AltNames; add space between span
This commit is contained in:
@@ -13,12 +13,18 @@ section.chill-entity {
|
||||
}
|
||||
|
||||
// specific rules
|
||||
// all render box doesn't use a section tag !
|
||||
.chill-entity {
|
||||
|
||||
// used for: entity-person, entity-thirdparty
|
||||
&.entity-person,
|
||||
&.entity-thirdparty {
|
||||
|
||||
span.entity-raw {
|
||||
& > span:not(:first-child):before {
|
||||
content: " ";
|
||||
}
|
||||
}
|
||||
div.entity-label {
|
||||
div.denomination {
|
||||
&.h3 {
|
||||
|
Reference in New Issue
Block a user