mirror of
				https://github.com/nextcloud/passman.git
				synced 2025-11-04 09:53:29 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			No EOL
		
	
	
		
			255 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			No EOL
		
	
	
		
			255 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
.sharing_table{
 | 
						|
  td:first-child{
 | 
						|
    width: 55%;
 | 
						|
    tags-input{
 | 
						|
      .tags {
 | 
						|
        width: 100%;
 | 
						|
        input {
 | 
						|
          //width: 90% !important;
 | 
						|
        }
 | 
						|
      }
 | 
						|
    }
 | 
						|
    .autocomplete{
 | 
						|
      margin-top: 35px;
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 | 
						|
.table{
 | 
						|
  width: 100%;
 | 
						|
} |