forked from DGNum/gestioCOF
avec le css c'est mieux
This commit is contained in:
parent
6be2adc47a
commit
ef59c115f6
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue