about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2024-10-08 20:53:11 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2024-10-09 21:01:08 +0200
commit16844e24850700386b6a7fc482738400a2f115c9 (patch)
treed646a0f10806bad30a8cf9eb23e166a84000f271 /tests
parenta1eceec00b2684f947481696ae2322e20d59db60 (diff)
Fix methods alignment on mobile
Diffstat (limited to 'tests')
-rw-r--r--tests/rustdoc-gui/notable-trait.goml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rustdoc-gui/notable-trait.goml b/tests/rustdoc-gui/notable-trait.goml
index b8fa26b17f6..43a7e8a8f51 100644
--- a/tests/rustdoc-gui/notable-trait.goml
+++ b/tests/rustdoc-gui/notable-trait.goml
@@ -85,8 +85,8 @@ call-function: ("check-notable-tooltip-position", {
 // Checking on mobile now.
 set-window-size: (650, 600)
 call-function: ("check-notable-tooltip-position-complete", {
-    "x": 15,
-    "i_x": 293,
+    "x": 25,
+    "i_x": 303,
     "popover_x": 0,
 })