forked from TonTon-UFPA-Comput/site
Small fix on text wrapping in chapa_sigmoide.css
This commit is contained in:
parent
cb725bbfe9
commit
b2995f6306
1 changed files with 4 additions and 0 deletions
|
|
@ -240,6 +240,7 @@ div.ficha
|
||||||
column-gap: 0;
|
column-gap: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: unset;
|
max-width: unset;
|
||||||
|
text-wrap: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.ficha h2
|
div.ficha h2
|
||||||
|
|
@ -282,6 +283,9 @@ div.ficha div.description
|
||||||
max-width: unset;
|
max-width: unset;
|
||||||
border: unset;
|
border: unset;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
overflow: unset;
|
||||||
|
text-wrap: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes image-change
|
@keyframes image-change
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue