|
123456789101112131415161718 |
- .experiment-result {
- height: 100%;
- margin-top: 10px;
- padding: 20px @content-padding 0;
- overflow-y: auto;
- background-color: white;
- border-radius: 10px;
-
- &__text {
- margin-bottom: 20px;
- white-space: pre-wrap;
- }
-
- &__image {
- display: block;
- height: 200px;
- }
- }
|