mirror of
https://github.com/jenil/chota.git
synced 2023-08-10 21:13:07 +03:00
11 lines
160 B
CSS
11 lines
160 B
CSS
details.dropdown {
|
|
position: relative;
|
|
display: inline-block;
|
|
}
|
|
|
|
details.dropdown > :last-child {
|
|
position: absolute;
|
|
left: 0;
|
|
white-space: nowrap;
|
|
}
|