0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 22:52:40 +00:00

Add overflow control to URL textbox

This commit is contained in:
G.Ambatte
2021-10-30 13:51:28 +13:00
parent 47c2b4bbde
commit defae3cc3a

View File

@@ -29,6 +29,10 @@
label{
line-height: 1.1em;
}
.value{
overflow: hidden;
text-overflow: ellipsis;
}
button{
border: 1px solid #999;
font-size: 20px;