mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 06:21:44 +01:00
parent
2bb4dd5d01
commit
26241be6fa
1 changed files with 9 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
.prettydropdown {
|
.prettydropdown {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
max-width: 100%; /* Make sure it's never larger than parent container */
|
||||||
min-width: 72px; /* 70px + borders */
|
min-width: 72px; /* 70px + borders */
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
@ -21,6 +22,7 @@
|
||||||
font: normal 18px Calibri, sans-serif;
|
font: normal 18px Calibri, sans-serif;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
max-width: 100%; /* Make sure it's never larger than parent container */
|
||||||
padding: 0;
|
padding: 0;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
-webkit-user-select: none; /* Chrome all / Safari all */
|
-webkit-user-select: none; /* Chrome all / Safari all */
|
||||||
|
@ -69,6 +71,13 @@
|
||||||
line-height: 46px; /* 48px - borders */
|
line-height: 46px; /* 48px - borders */
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding-left: 0.8rem;
|
padding-left: 0.8rem;
|
||||||
|
|
||||||
|
/* Make sure text doesn't overflow */
|
||||||
|
max-width: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
padding-right: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.prettydropdown.loading > ul > li {
|
.prettydropdown.loading > ul > li {
|
||||||
|
|
Loading…
Add table
Reference in a new issue