mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 13:04:30 -08:00
fix css
This commit is contained in:
@@ -159,6 +159,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.entrypoint_select {
|
.entrypoint_select {
|
||||||
|
overflow: hidden;
|
||||||
display: flex;
|
display: flex;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@@ -166,6 +167,11 @@
|
|||||||
min-height: 55px;
|
min-height: 55px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.entrypoint_select select {
|
||||||
|
min-width: 20px;
|
||||||
|
flex: 1;
|
||||||
|
}
|
||||||
|
|
||||||
.entrypoint_title {
|
.entrypoint_title {
|
||||||
margin-right: 0.5em;
|
margin-right: 0.5em;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user