mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Fix overflowing entries.
This commit is contained in:
parent
8a11c8c3ca
commit
562d8626e4
1 changed files with 1 additions and 1 deletions
|
@ -420,6 +420,7 @@
|
|||
display: block;
|
||||
left: 5px;
|
||||
right: 5px;
|
||||
width: auto;
|
||||
box-shadow: none;
|
||||
|
||||
&::before {
|
||||
|
@ -434,7 +435,6 @@
|
|||
|
||||
&-add-comment {
|
||||
right: auto;
|
||||
width: auto;
|
||||
|
||||
&.rp-entry-adding-comment {
|
||||
right: 5px;
|
||||
|
|
Loading…
Reference in a new issue