Fixing title selectin bug when the title was too short to register the selection loupe.

This commit is contained in:
Samuel Clay 2012-12-27 18:54:17 -08:00
parent 8fe95f47f3
commit da8840141f

View file

@ -52,11 +52,16 @@
border-bottom: 1px solid #D0D0D9;
}
.NB-trainer-title .NB-trainer-section-body {
padding: 0 12px 12px;
}
.NB-trainer-title .NB-title-trainer {
padding: 6px 0 12px;
padding: 18px 0 12px;
font-size: 18px;
font-weight: bold;
line-height: 24px;
width: 100%;
min-height: 32px;
-webkit-user-select: auto;
-webkit-touch-callout: default;
-webkit-highlight: auto;