mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-22 22:54:23 +01:00
@@ -1,5 +1,6 @@
|
||||
.prettydropdown {
|
||||
position: relative;
|
||||
max-width: 100%; /* Make sure it's never larger than parent container */
|
||||
min-width: 72px; /* 70px + borders */
|
||||
display: inline-block;
|
||||
}
|
||||
@@ -21,6 +22,7 @@
|
||||
font: normal 18px Calibri, sans-serif;
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
max-width: 100%; /* Make sure it's never larger than parent container */
|
||||
padding: 0;
|
||||
text-align: left;
|
||||
-webkit-user-select: none; /* Chrome all / Safari all */
|
||||
@@ -69,6 +71,13 @@
|
||||
line-height: 46px; /* 48px - borders */
|
||||
margin: 0;
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user