2024-09-19 20:32:24 +02:00
|
|
|
// Copyright 2024, Command Line Inc.
|
|
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
.quicktips-view {
|
2024-09-20 21:17:49 +02:00
|
|
|
padding: 10px 5px;
|
2024-09-19 20:32:24 +02:00
|
|
|
overflow: auto;
|
2024-09-20 21:17:49 +02:00
|
|
|
width: 100%;
|
2024-09-19 20:32:24 +02:00
|
|
|
}
|