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;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.n-popover {
|
||||
max-width: 50%;
|
||||
}
|
||||
</style>
|
Loading…
Reference in New Issue