Skip to content

Commit 8c6f20a

Browse files
aleksprogergithub-actions[bot]
authored andcommitted
Add text-align: center to the mapboxgl-ctrl-level-button (internal-10449)
- Ensure centered text GitOrigin-RevId: 150adbc98394544bb24c9e8d82e243a802886274
1 parent 312adb1 commit 8c6f20a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
]
200200
},
201201
{
202-
"limit": "5.54 kb",
202+
"limit": "5.55 kb",
203203
"gzip": true,
204204
"path": "dist/mapbox-gl.css"
205205
}

src/css/mapbox-gl.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -857,6 +857,7 @@ a.mapboxgl-ctrl-logo.mapboxgl-compact {
857857
.mapboxgl-ctrl button.mapboxgl-ctrl-level-button {
858858
font-weight: bold;
859859
font-size: 16px;
860+
text-align: center;
860861
}
861862

862863
.mapboxgl-ctrl button.mapboxgl-ctrl-level-button-selected {

0 commit comments

Comments
 (0)