mirror of
				https://github.com/em-squared/5e-drs.git
				synced 2025-10-30 21:24:18 +00:00 
			
		
		
		
	home
This commit is contained in:
		
							parent
							
								
									d176135791
								
							
						
					
					
						commit
						7cf83baed3
					
				
					 6 changed files with 21 additions and 5 deletions
				
			
		|  | @ -51,7 +51,7 @@ | |||
| 
 | ||||
|         <v-row> | ||||
|           <v-col> | ||||
|             <v-textarea outlined label="Description" v-model="magicItem.content"></v-textarea> | ||||
|             <v-textarea outlined label="Description" v-model="magicItem.content" hint="Markdown supporté" persistent-hint></v-textarea> | ||||
|           </v-col> | ||||
|         </v-row> | ||||
| 
 | ||||
|  |  | |||
|  | @ -198,7 +198,7 @@ | |||
|             Capacités, Actions, Réactions et Actions légendaires | ||||
|           </v-col> | ||||
|           <v-col> | ||||
|             <v-textarea outlined label="Capacités, Actions, Réactions, Actions légendaires" v-model="monster.content"></v-textarea> | ||||
|             <v-textarea outlined label="Capacités, Actions, Réactions, Actions légendaires" v-model="monster.content" hint="Markdown supporté" persistent-hint></v-textarea> | ||||
|           </v-col> | ||||
|         </v-row> | ||||
| 
 | ||||
|  |  | |||
|  | @ -90,7 +90,7 @@ | |||
| 
 | ||||
|         <v-row> | ||||
|           <v-col> | ||||
|             <v-textarea outlined label="Description" v-model="spell.content"></v-textarea> | ||||
|             <v-textarea outlined label="Description" v-model="spell.content" hint="Markdown supporté" persistent-hint></v-textarea> | ||||
|           </v-col> | ||||
|         </v-row> | ||||
| 
 | ||||
|  |  | |||
|  | @ -3,4 +3,8 @@ | |||
|     column-count: 3; | ||||
|     margin-bottom: 12px; | ||||
|   } | ||||
|   .column-count-4 { | ||||
|     column-count: 4; | ||||
|     margin-bottom: 12px; | ||||
|   } | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Maxime Moraine
						Maxime Moraine