Skip to content

Commit

Permalink
CSS fine tuning
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Schimandl <martin.schimandl@gmail.com>
  • Loading branch information
Git-Jiro committed Oct 15, 2022
1 parent f2eae52 commit 55e7575
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions asset/assets_vfsdata.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions ui/app/src/Views/Settings/Views.elm
Expand Up @@ -10,10 +10,10 @@ import Views.Settings.Types exposing (Model, SettingsMsg(..))
view : Model -> Html SettingsMsg
view model =
div []
[ div [ class "form-group" ]
[ div [ class "row no-gutters" ]
[ label
[ for "select" ]
[ text "Start of Week:" ]
[ text "First day of the week:" ]
, select
[ onInput UpdateFirstDayOfWeek, id "select", class "form-control" ]
[ option
Expand Down

0 comments on commit 55e7575

Please sign in to comment.