зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1511710 - Add some spaces for Infix operators. r=eslint-fix
This commit is contained in:
Родитель
ae132b3430
Коммит
9cf2c214cc
|
@ -479,7 +479,7 @@ class WebReplayPlayer extends Component {
|
|||
highlighted: isHighlighted,
|
||||
}),
|
||||
style: {
|
||||
left: `${Math.max(offset - markerWidth/2, 0)}px`,
|
||||
left: `${Math.max(offset - markerWidth / 2, 0)}px`,
|
||||
zIndex: `${index + 100}`,
|
||||
},
|
||||
title: getFormatStr("jumpMessage", index + 1),
|
||||
|
|
Загрузка…
Ссылка в новой задаче