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:
@@ -29,6 +29,10 @@
|
||||
label{
|
||||
line-height: 1.1em;
|
||||
}
|
||||
.value{
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
button{
|
||||
border: 1px solid #999;
|
||||
font-size: 20px;
|
||||
|
||||
Reference in New Issue
Block a user