Skip to content

Commit 93c647e

Browse files
committed
Add min-width to tooltip box, prevent breaking buttons
1 parent 9a77d3d commit 93c647e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

introjs.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
position: absolute;
102102
padding: 10px;
103103
background-color: white;
104+
min-width: 200px;
104105
border-radius: 3px;
105106
box-shadow: 0 1px 10px rgba(0,0,0,.4);
106107
-webkit-transition: opacity 0.1s ease-out;

0 commit comments

Comments
 (0)