Set width: auto for .ace_gutter .ace_layer (for IE)
This commit is contained in:
parent
052679ea00
commit
871b32d098
1 changed files with 1 additions and 0 deletions
|
|
@ -128,6 +128,7 @@
|
|||
.ace_gutter .ace_layer {
|
||||
position: relative;
|
||||
min-width: 40px;
|
||||
width: auto;
|
||||
text-align: right;
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue