mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-09-24 09:02:10 +08:00
style(editor): 修复代码块列表右侧工具栏遮挡代码块名称的样式问题
This commit is contained in:
parent
13dc3ca259
commit
994cd4133a
@ -35,9 +35,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.right-tool {
|
||||
position: absolute;
|
||||
right: 15px;
|
||||
padding-left: 5px;
|
||||
width: fit-content !important;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.edit-icon {
|
||||
@ -50,7 +48,8 @@
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
padding: 10px 15px;
|
||||
margin-right: 60px;
|
||||
width: 0 !important;
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
.code-comp-map-wrapper {
|
||||
|
Loading…
x
Reference in New Issue
Block a user