diff --git a/css/details.css b/css/details.css index 3b4545a..3b3a46d 100644 --- a/css/details.css +++ b/css/details.css @@ -1133,7 +1133,12 @@ line-height: 32px; word-break: break-word; border-bottom: 1px dotted #d7d7d7; - padding-bottom: 14px; +} +.content .details-box .demand .line { + width: 100%; + border-bottom: 1px dotted #d7d7d7; + margin-top: 14px; + height: 1px; } .content .details-box .demand .title { font-weight: 650; @@ -1451,6 +1456,7 @@ background-repeat: repeat-y; background-position: 0 0; margin-bottom: 26px; + white-space: pre-wrap; } .content .details-box .scholarships .text::after { content: ""; diff --git a/css/details.less b/css/details.less index bd0acb8..14e6ad7 100644 --- a/css/details.less +++ b/css/details.less @@ -1319,7 +1319,13 @@ line-height: 32px; word-break: break-word; border-bottom: 1px dotted #d7d7d7; - padding-bottom: 14px; + } + + .line { + width: 100%; + border-bottom: 1px dotted #d7d7d7; + margin-top: 14px; + height: 1px; } .title { @@ -1690,6 +1696,7 @@ background-repeat: repeat-y; background-position: 0 0; margin-bottom: 26px; + white-space: pre-wrap; &::after { content: "";