Fábio Matte Posted May 8, 2018 Posted May 8, 2018 How to leave the TUnimEdit bigger, because in the designe they are even getting a good size, but when it executes it is in fixed size. And I've done via CSS that works perfectly the other details, but the size of the field is not getting good. Does anyone know of any way to increase? My CSS: .AbasteceEdits { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; border: none; font: normal normal bold 17px/normal "Trebuchet MS", Helvetica, sans-serif; color: rgb(0, 0, 10); text-align: center; text-indent: 2px; -o-text-overflow: ellipsis; text-overflow: ellipsis; letter-spacing: -1px; white-space: pre-line; background: #afd1ca; text-shadow: 4px 4px 6px rgba(0,0,0,0.5) ; } Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.