mirror of
https://github.com/Alamantus/Lexiconga.git
synced 2025-07-09 09:04:18 +02:00
Add "Maximize" text to maximize buttons
This commit is contained in:
parent
ee710988d5
commit
35ebf31c1f
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ export class LargeTextArea extends Component {
|
|||
aria-label={`Maximize ${label}`}
|
||||
onClick={ this.maximize.bind(this) }>
|
||||
<span className='icon'><i className='fa fa-expand' /></span>
|
||||
<span className='is-hidden-touch'>Maximize</span>
|
||||
</a>
|
||||
</label>
|
||||
{helpText
|
||||
|
|
Loading…
Add table
Reference in a new issue