Merge pull request #2576 from influxdata/feature/fix-verbiage

Fix tool tip verbiage and master the art of css
pull/10616/head
Nathan Haugo 2017-12-13 17:06:09 -08:00 committed by GitHub
commit 6bc89f31ab
2 changed files with 2 additions and 1 deletions

View File

@ -48,4 +48,4 @@ export const NEW_DEFAULT_DATABASE = {
}
export const PUBLIC_TOOLTIP =
'If set to <code>false</code>, users cannot<br/>authenticate unless an <strong>Admin</strong> explicitly<br/>adds them to the organization.'
'If turned off, new users cannot<br/>authenticate unless an <strong>Admin</strong> explicitly<br/>adds them to the organization.'

View File

@ -26,6 +26,7 @@ $tooltip-code-color: $c-potassium;
word-break: keep-all;
border-radius: $tooltip-radius;
text-transform: none;
text-align: left;
cursor: default;
&.type-dark {