Skip to content
Extraits de code Groupes Projets
bootstrap-fix.scss 468 octets
Newer Older
  • Learn to ignore specific revisions
  • // A temporary fix for broken classes in bootstrap 2.
    // Can probably be removed when migration of bootstrap 3 is done.
    
    
    input::placeholder,
    textarea::placeholder {
    
    input::input-placeholder,
    textarea::input-placeholder {
    
    
    // A temporary fix for mention modal #5329
    
    #new_status_message_pane .modal {
      position: absolute;
      max-height: none;
    }
    
    #new_status_message_pane .modal-body{
      overflow-y: visible;
      max-height: none;