mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-17 17:06:05 +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
|
||||
~H"""
|
||||
<span
|
||||
class="icon-button cursor-pointer tooltip bottom-left"
|
||||
class="icon-button p-0 cursor-pointer tooltip bottom-left"
|
||||
data-tooltip={
|
||||
~S'''
|
||||
App deployment is a way to share your
|
||||
|
|
Loading…
Add table
Reference in a new issue