mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-22 13:37:10 +00:00
config-tools: limit the tooltip box max-width
The tooltip box's default width is inconsistent with the screen width. It could run off the configurator window when the tooltip text is long. Limit it to 50%. Tracked-On: #7442 Signed-off-by: Zhou, Wu <wu.zhou@intel.com>
This commit is contained in:
parent
961b5d16f4
commit
c4f9146746
@ -171,4 +171,8 @@ export default {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.n-popover {
|
||||||
|
max-width: 50%;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
Loading…
Reference in New Issue
Block a user