bootstrap-switch icon indicating copy to clipboard operation
bootstrap-switch copied to clipboard

broken on mac (chrome + firefox)

Open PierreAnctil opened this issue 8 years ago • 0 comments

Rendering:

image

image

Code:

<input 
  checked="checked" 
  data-label-width="10" 
  data-off-color="success" 
  data-off-text="Import CSV" 
  data-on-text="Manuel" 
  data-size="small" 
  data-val="true" 
  type="checkbox" 
  value="true"
  >

Workaround:

.bootstrap-switch-container > span {
    white-space: nowrap;
}

PierreAnctil avatar Mar 20 '17 10:03 PierreAnctil