| |
@@ -28,6 +28,13 @@
|
| |
padding-left: 33px;
|
| |
background: url(https://admin.fedoraproject.org/pkgdb/static/icon_koschei.png) 0 50% no-repeat;
|
| |
}
|
| |
+ #pkgdescription {
|
| |
+ white-space: pre-wrap;
|
| |
+ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
|
| |
+ white-space: -pre-wrap; /* Opera 4-6 */
|
| |
+ white-space: -o-pre-wrap; /* Opera 7 */
|
| |
+ word-wrap: break-word; /* Internet Explorer 5.5+ */
|
| |
+ }
|
| |
</style>
|
| |
|
| |
{% endblock %}
|
| |
Fixes https://pagure.io/pagure/issue/2788
Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr