0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-04 16:52:38 +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{ label{
line-height: 1.1em; line-height: 1.1em;
} }
.value{
overflow: hidden;
text-overflow: ellipsis;
}
button{ button{
border: 1px solid #999; border: 1px solid #999;
font-size: 20px; font-size: 20px;