mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-27 13:56:21 +08:00
Remove padding from app info button
This commit is contained in:
parent
8dc28aa567
commit
6a4a5596bf
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ defmodule LivebookWeb.SessionLive.AppInfoComponent do
|
||||||
defp app_info_icon(assigns) do
|
defp app_info_icon(assigns) do
|
||||||
~H"""
|
~H"""
|
||||||
<span
|
<span
|
||||||
class="icon-button cursor-pointer tooltip bottom-left"
|
class="icon-button p-0 cursor-pointer tooltip bottom-left"
|
||||||
data-tooltip={
|
data-tooltip={
|
||||||
~S'''
|
~S'''
|
||||||
App deployment is a way to share your
|
App deployment is a way to share your
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue