Skip to content

Commit c9ace3b

Browse files
committed
Fix uri editor when editing is disabled
1 parent f358c6c commit c9ace3b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/core/src/data-grid-overlay-editor/private/uri-overlay-editor-style.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@ export const UriOverlayEditorStyle = styled.div`
88
align-items: center;
99
padding-top: 2px;
1010
11+
min-height: 21px;
12+
1113
.link-area {
1214
flex-grow: 1;
1315
flex-shrink: 1;
1416
17+
cursor: pointer;
18+
1519
margin-right: 8px;
1620
overflow: hidden;
1721
text-overflow: ellipsis;

0 commit comments

Comments
 (0)