fix: converted single to triple backticks6 (#36233)
This commit is contained in:
@@ -23,29 +23,33 @@ localeTitle: فيض
|
||||
|
||||
### مرئي:
|
||||
|
||||
`.box-element { overflow: visible; }
|
||||
`
|
||||
```css
|
||||
.box-element { overflow: visible; }
|
||||
```
|
||||
|
||||

|
||||
|
||||
### المخفية:
|
||||
|
||||
`.box-element { overflow: hidden; }
|
||||
`
|
||||
```css
|
||||
.box-element { overflow: hidden; }
|
||||
```
|
||||
|
||||

|
||||
|
||||
### انتقل:
|
||||
|
||||
`.box-element { overflow: scroll; }
|
||||
`
|
||||
```css
|
||||
.box-element { overflow: scroll; }
|
||||
```
|
||||
|
||||

|
||||
|
||||
### تلقاءي:
|
||||
|
||||
`.box-element { overflow: auto; }
|
||||
`
|
||||
```css
|
||||
.box-element { overflow: auto; }
|
||||
```
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user