Sanitize glm helper
This commit is contained in:
parent
adeeae9f73
commit
beb5e1bd6b
3 changed files with 8 additions and 3 deletions
|
@ -31,7 +31,7 @@
|
|||
|
||||
#new_note {
|
||||
.note-text {
|
||||
height:25px;
|
||||
height:40px;
|
||||
}
|
||||
.attach_holder {
|
||||
display:none;
|
||||
|
@ -212,3 +212,8 @@ td .line_note_link {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.note-text {
|
||||
border: 1px solid #aaa;
|
||||
box-shadow:none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue