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