mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
harmonized tooltip and popover display
This commit is contained in:
parent
8c956c22b1
commit
9f2d672ec8
2 changed files with 7 additions and 2 deletions
|
@ -23,12 +23,11 @@
|
|||
.tooltip-inner {
|
||||
text-align: left;
|
||||
height: 200%;
|
||||
width: 200%;
|
||||
max-width: 500px;
|
||||
max-height: 500px;
|
||||
font-size: 13px;
|
||||
}
|
||||
xmp {
|
||||
pre {
|
||||
white-space:pre-wrap;
|
||||
word-wrap:break-word;
|
||||
}
|
||||
|
|
|
@ -26,9 +26,15 @@
|
|||
padding-left:0;
|
||||
list-style:none
|
||||
}
|
||||
|
||||
.btn-link {
|
||||
color: #000000
|
||||
}
|
||||
|
||||
.popover-content {
|
||||
white-space:pre-wrap;
|
||||
word-wrap:break-word;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in a new issue