mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-28 15:14:06 +00:00
9 lines
125 B
CSS
9 lines
125 B
CSS
.versions {
|
|
-webkit-user-select: text;
|
|
user-select: text;
|
|
}
|
|
.title {
|
|
-webkit-user-select: text;
|
|
user-select: text;
|
|
}
|