Parcourir la source

fix: seg no blank break ui (#150)

tags/0.2.2
Joel il y a 2 ans
Parent
révision
a7c40a07d8
Aucun compte lié à l'adresse e-mail de l'auteur

+ 1
- 1
web/app/components/datasets/documents/detail/completed/style.module.css Voir le fichier

@apply h-8 py-0 bg-gray-50 hover:bg-gray-100 rounded-lg shadow-none !important; @apply h-8 py-0 bg-gray-50 hover:bg-gray-100 rounded-lg shadow-none !important;
} }
.segModalContent { .segModalContent {
@apply h-96 text-gray-800 text-base overflow-y-scroll;
@apply h-96 text-gray-800 text-base break-all overflow-y-scroll;
white-space: pre-line; white-space: pre-line;
} }
.footer { .footer {

Chargement…
Annuler
Enregistrer