style: limit service title line to a single line (#48199)

This commit is contained in:
Frédéric Péters 2020-11-02 16:24:09 +01:00
parent d41a4e3409
commit 1f9e5a5a69
1 changed files with 2 additions and 1 deletions

View File

@ -171,11 +171,12 @@ div.buttons {
padding: 0 1ex;
.service-title {
margin-top: 0.5rem;
white-space: pre;
overflow: hidden;
}
.service-url {
font-size: 80%;
font-weight: normal;
float: right;
color: #003388;
}
&:hover {