1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

Bug #4113: Show full descriptions on hover

(cherry picked from commit 6e9eb2ff5c4ddc3b90aaa6756be175dcefc26a66)
This commit is contained in:
Carlos Martín 2015-11-06 16:05:02 +01:00
parent cdaef97e6c
commit 04cc8b336b

View File

@ -810,6 +810,9 @@ div.dataTables_scrollFoot table {
@include pricing-table-description;
font-size: rem-calc(13px);
}
.provision-description:hover {
white-space: normal;
}
.provision-bullet-item {
@include pricing-table-bullet;
font-size: rem-calc(13px);