avec le css c'est mieux

This commit is contained in:
Qwann 2017-02-08 15:40:58 +01:00
parent 6be2adc47a
commit ef59c115f6

View file

@ -32,10 +32,14 @@ li.carte-line {
.carte-label { .carte-label {
background: white; background: white;
float: left; float: left;
margin-right: 20px;
padding-right: 4px; padding-right: 4px;
position: relative; position: relative;
max-width: calc(100% - 40px);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
} }
.carte-ukf { .carte-ukf {
background: white; background: white;
padding-left: 4px; padding-left: 4px;